Package com.enonic.xp.xml.parser
Class XmlModelParser<P extends XmlModelParser<P>>
- java.lang.Object
-
- com.enonic.xp.xml.parser.XmlObjectParser<P>
-
- com.enonic.xp.xml.parser.XmlModelParser<P>
-
- Direct Known Subclasses:
XmlApplicationParser
,XmlContentTypeParser
,XmlIdProviderDescriptorParser
,XmlLayoutDescriptorParser
,XmlMacroDescriptorParser
,XmlMixinParser
,XmlPageDescriptorParser
,XmlPartDescriptorParser
,XmlRelationshipTypeParser
,XmlServiceDescriptorParser
,XmlSiteParser
,XmlStyleDescriptorParser
,XmlXDataParser
@PublicApi public abstract class XmlModelParser<P extends XmlModelParser<P>> extends XmlObjectParser<P>
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationKey
currentApplication
-
Constructor Summary
Constructors Constructor Description XmlModelParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description P
currentApplication(ApplicationKey value)
-
Methods inherited from class com.enonic.xp.xml.parser.XmlObjectParser
assertTagName, assertTagNames, doParse, parse, source, source, source, source, systemId, typecastThis
-
-
-
-
Field Detail
-
currentApplication
protected ApplicationKey currentApplication
-
-
Method Detail
-
currentApplication
public P currentApplication(ApplicationKey value)
-
-