Class MixinParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.sling.feature.cpconverter.shared.AbstractJcrNodeParser<String>
org.apache.sling.feature.cpconverter.repoinit.createpath.MixinParser
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
-
Field Summary
Fields inherited from class org.apache.sling.feature.cpconverter.shared.AbstractJcrNodeParser
detectedPrimaryType, JCR_ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidonJcrRootElement(String uri, String localName, String qName, Attributes attributes) protected voidonJcrRootNode(String uri, String localName, String qName, Attributes attributes, String primaryType) Methods inherited from class org.apache.sling.feature.cpconverter.shared.AbstractJcrNodeParser
parse, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
Constructor Details
-
MixinParser
public MixinParser()
-
-
Method Details
-
onJcrRootNode
protected void onJcrRootNode(String uri, String localName, String qName, Attributes attributes, String primaryType) - Overrides:
onJcrRootNodein classAbstractJcrNodeParser<String>
-
onJcrRootElement
- Specified by:
onJcrRootElementin classAbstractJcrNodeParser<String>
-
getParsingResult
- Specified by:
getParsingResultin classAbstractJcrNodeParser<String>
-