com.atlassian.confluence.importexport.xmlimport.parser
Class PrimitiveIdParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<PrimitiveId>
com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
- All Implemented Interfaces:
- FragmentParser<PrimitiveId>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class PrimitiveIdParser
- extends DefaultFragmentParser<PrimitiveId>
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 |
PrimitiveIdParser
public PrimitiveIdParser()
initialise
protected void initialise(Attributes attributes)
- Specified by:
initialise
in class DefaultFragmentParser<PrimitiveId>
newDelegate
protected FragmentParser<?> newDelegate(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Specified by:
newDelegate
in class DefaultFragmentParser<PrimitiveId>
- Throws:
SAXException
delegateDone
protected void delegateDone()
- Specified by:
delegateDone
in class DefaultFragmentParser<PrimitiveId>
handleCharacters
public void handleCharacters(char[] ch,
int start,
int length)
throws SAXException
- Overrides:
handleCharacters
in class DefaultFragmentParser<PrimitiveId>
- Throws:
SAXException
build
public PrimitiveId build()