Class DefaultFragmentParser<T>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<T>
- All Implemented Interfaces:
FragmentParser<T>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
CollectionPropertyParser
,ComponentParser
,CompositeIdParser
,EnumPropertyParser
,ImportedObjectParser
,PrimitiveIdParser
,PrimitivePropertyParser
,ReferencePropertyParser
@Deprecated
public abstract class DefaultFragmentParser<T>
extends DefaultHandler
implements FragmentParser<T>
Deprecated.
since 7.17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
characters
(char[] ch, int start, int length) Deprecated.protected abstract void
Deprecated.final void
endElement
(String uri, String localName, String qName) Deprecated.protected FragmentParser<?>
Deprecated.protected void
handleCharacters
(char[] ch, int start, int length) Deprecated.protected abstract void
initialise
(Attributes attributes) Deprecated.boolean
isDone()
Deprecated.protected abstract FragmentParser<?>
newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected void
setDelegate
(FragmentParser<?> delegate) Deprecated.final void
startElement
(String uri, String localName, String qName, Attributes attributes) Deprecated.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
Methods inherited from interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
build
-
Constructor Details
-
DefaultFragmentParser
Deprecated.
-
-
Method Details
-
startElement
public final void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
characters
Deprecated.- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
handleCharacters
Deprecated.- Throws:
SAXException
-
getDelegate
Deprecated. -
setDelegate
Deprecated. -
initialise
Deprecated. -
newDelegate
protected abstract FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Throws:
SAXException
-
delegateDone
protected abstract void delegateDone()Deprecated. -
isDone
public boolean isDone()Deprecated.- Specified by:
isDone
in interfaceFragmentParser<T>
-