Package com.enonic.xp.xml.parser
Class XmlMacroDescriptorParser
- java.lang.Object
-
- com.enonic.xp.xml.parser.XmlObjectParser<P>
-
- com.enonic.xp.xml.parser.XmlModelParser<XmlContentTypeParser>
-
- com.enonic.xp.xml.parser.XmlMacroDescriptorParser
-
@PublicApi public final class XmlMacroDescriptorParser extends XmlModelParser<XmlContentTypeParser>
-
-
Field Summary
-
Fields inherited from class com.enonic.xp.xml.parser.XmlModelParser
currentApplication
-
-
Constructor Summary
Constructors Constructor Description XmlMacroDescriptorParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlModelParserbuilder(MacroDescriptor.Builder builder)protected voiddoParse(DomElement root)-
Methods inherited from class com.enonic.xp.xml.parser.XmlModelParser
currentApplication
-
Methods inherited from class com.enonic.xp.xml.parser.XmlObjectParser
assertTagName, assertTagNames, parse, source, source, source, source, systemId, typecastThis
-
-
-
-
Method Detail
-
builder
public XmlModelParser builder(MacroDescriptor.Builder builder)
-
doParse
protected void doParse(DomElement root) throws Exception
- Specified by:
doParsein classXmlObjectParser<XmlContentTypeParser>- Throws:
Exception
-
-