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 voidcharacters(char[] ch, int start, int length) Deprecated.protected abstract voidDeprecated.final voidendElement(String uri, String localName, String qName) Deprecated.protected FragmentParser<?>Deprecated.protected voidhandleCharacters(char[] ch, int start, int length) Deprecated.protected abstract voidinitialise(Attributes attributes) Deprecated.booleanisDone()Deprecated.protected abstract FragmentParser<?>newDelegate(String uri, String localName, String qName, Attributes attributes) Deprecated.protected voidsetDelegate(FragmentParser<?> delegate) Deprecated.final voidstartElement(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, 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, startPrefixMappingMethods 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:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
characters
Deprecated.- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin 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:
isDonein interfaceFragmentParser<T>
-