Class CompositeIdParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<CompositeId>
com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
- All Implemented Interfaces:
FragmentParser<CompositeId>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
Deprecated.
since 7.17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.DefaultFragmentParser
characters, endElement, getDelegate, handleCharacters, isDone, setDelegate, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
-
Constructor Details
-
CompositeIdParser
public CompositeIdParser()Deprecated.
-
-
Method Details
-
delegateDone
protected void delegateDone()Deprecated.- Specified by:
delegateDonein classDefaultFragmentParser<CompositeId>
-
newDelegate
protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
newDelegatein classDefaultFragmentParser<CompositeId>- Throws:
SAXException
-
initialise
Deprecated.- Specified by:
initialisein classDefaultFragmentParser<CompositeId>
-
build
Deprecated.
-