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 SummaryConstructors
- 
Method SummaryModifier 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.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, startPrefixMappingMethods inherited from interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParserbuild
- 
Constructor Details- 
DefaultFragmentParserDeprecated.
 
- 
- 
Method Details- 
startElementpublic final void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- DefaultHandler
- Throws:
- SAXException
 
- 
charactersDeprecated.- Specified by:
- charactersin interface- ContentHandler
- Overrides:
- charactersin class- DefaultHandler
- Throws:
- SAXException
 
- 
endElementDeprecated.- Specified by:
- endElementin interface- ContentHandler
- Overrides:
- endElementin class- DefaultHandler
- Throws:
- SAXException
 
- 
handleCharactersDeprecated.- Throws:
- SAXException
 
- 
getDelegateDeprecated.
- 
setDelegateDeprecated.
- 
initialiseDeprecated.
- 
newDelegateprotected abstract FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Throws:
- SAXException
 
- 
delegateDoneprotected abstract void delegateDone()Deprecated.
- 
isDonepublic boolean isDone()Deprecated.- Specified by:
- isDonein interface- FragmentParser<T>
 
 
-