Class ComponentParser
- java.lang.Object
 - 
- org.xml.sax.helpers.DefaultHandler
 - 
- com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<ComponentProperty>
 - 
- com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
 
 
 
 
- 
- All Implemented Interfaces:
 FragmentParser<ComponentProperty>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
@Deprecated public class ComponentParser extends DefaultFragmentParser<ComponentProperty>
Deprecated.since 7.17.0 
- 
- 
Constructor Summary
Constructors Constructor Description ComponentParser()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ComponentPropertybuild()Deprecated.protected voiddelegateDone()Deprecated.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, 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
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping 
 - 
 
 - 
 
- 
- 
Method Detail
- 
delegateDone
protected void delegateDone()
Deprecated.- Specified by:
 delegateDonein classDefaultFragmentParser<ComponentProperty>
 
- 
newDelegate
protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException
Deprecated.- Specified by:
 newDelegatein classDefaultFragmentParser<ComponentProperty>- Throws:
 SAXException
 
- 
initialise
protected void initialise(Attributes attributes)
Deprecated.- Specified by:
 initialisein classDefaultFragmentParser<ComponentProperty>
 
- 
build
public ComponentProperty build()
Deprecated. 
 - 
 
 -