Class PrimitiveIdParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<PrimitiveId>
com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
- All Implemented Interfaces:
FragmentParser<PrimitiveId>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Deprecated.
since 7.17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.protected void
Deprecated.void
handleCharacters
(char[] ch, int start, int length) Deprecated.protected void
initialise
(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, isDone, setDelegate, startElement
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
-
Constructor Details
-
PrimitiveIdParser
public PrimitiveIdParser()Deprecated.
-
-
Method Details
-
initialise
Deprecated.- Specified by:
initialise
in classDefaultFragmentParser<PrimitiveId>
-
newDelegate
protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
newDelegate
in classDefaultFragmentParser<PrimitiveId>
- Throws:
SAXException
-
delegateDone
protected void delegateDone()Deprecated.- Specified by:
delegateDone
in classDefaultFragmentParser<PrimitiveId>
-
handleCharacters
Deprecated.- Overrides:
handleCharacters
in classDefaultFragmentParser<PrimitiveId>
- Throws:
SAXException
-
build
Deprecated.
-