Class ComponentParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<ComponentProperty>
com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
- All Implemented Interfaces:
- FragmentParser<ComponentProperty>,- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
Deprecated.
since 7.17.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Deprecated.protected voidDeprecated.protected voidinitialise(Attributes attributes) Deprecated.protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) Deprecated.Methods inherited from class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParsercharacters, endElement, getDelegate, handleCharacters, isDone, setDelegate, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
- 
Constructor Details- 
ComponentParserpublic ComponentParser()Deprecated.
 
- 
- 
Method Details- 
delegateDoneprotected void delegateDone()Deprecated.- Specified by:
- delegateDonein class- DefaultFragmentParser<ComponentProperty>
 
- 
newDelegateprotected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
- newDelegatein class- DefaultFragmentParser<ComponentProperty>
- Throws:
- SAXException
 
- 
initialiseDeprecated.- Specified by:
- initialisein class- DefaultFragmentParser<ComponentProperty>
 
- 
buildDeprecated.
 
-