public class PrimitiveIdParser extends DefaultFragmentParser<PrimitiveId>
Constructor and Description |
---|
PrimitiveIdParser() |
Modifier and Type | Method and Description |
---|---|
PrimitiveId |
build() |
protected void |
delegateDone() |
void |
handleCharacters(char[] ch,
int start,
int length) |
protected void |
initialise(Attributes attributes) |
protected FragmentParser<?> |
newDelegate(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endElement, getDelegate, isDone, setDelegate, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected void initialise(Attributes attributes)
initialise
in class DefaultFragmentParser<PrimitiveId>
protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException
newDelegate
in class DefaultFragmentParser<PrimitiveId>
SAXException
protected void delegateDone()
delegateDone
in class DefaultFragmentParser<PrimitiveId>
public void handleCharacters(char[] ch, int start, int length) throws SAXException
handleCharacters
in class DefaultFragmentParser<PrimitiveId>
SAXException
public PrimitiveId build()
Copyright © 2003–2018 Atlassian. All rights reserved.