com.atlassian.confluence.importexport.impl.xml
Class CompositeIdParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.impl.xml.DefaultFragmentParser<CompositeId>
com.atlassian.confluence.importexport.impl.xml.CompositeIdParser
- All Implemented Interfaces:
- FragmentParser<CompositeId>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class CompositeIdParser
- extends DefaultFragmentParser<CompositeId>
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 |
CompositeIdParser
public CompositeIdParser()
delegateDone
protected void delegateDone()
- Specified by:
delegateDone
in class DefaultFragmentParser<CompositeId>
newDelegate
protected FragmentParser<?> newDelegate(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Specified by:
newDelegate
in class DefaultFragmentParser<CompositeId>
- Throws:
SAXException
initialise
protected void initialise(Attributes attributes)
- Specified by:
initialise
in class DefaultFragmentParser<CompositeId>
build
public CompositeId build()