Package com.enonic.xp.xml.parser
Class XmlModelParserTest
- java.lang.Object
-
- com.enonic.xp.xml.parser.XmlModelParserTest
-
public abstract class XmlModelParserTest extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlModelParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
parse(XmlModelParser parser, String suffix)
protected void
parseRemoveNs(XmlModelParser parser, String suffix)
-
-
-
Method Detail
-
parse
protected final void parse(XmlModelParser parser, String suffix) throws Exception
- Throws:
Exception
-
parseRemoveNs
protected final void parseRemoveNs(XmlModelParser parser, String suffix) throws Exception
- Throws:
Exception
-
-