public class PrimitivePropertyParser extends DefaultFragmentParser<PrimitiveProperty>
| Constructor and Description |
|---|
PrimitivePropertyParser(String elementName) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveProperty |
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, startElementendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingpublic PrimitivePropertyParser(String elementName)
protected void initialise(Attributes attributes)
initialise in class DefaultFragmentParser<PrimitiveProperty>protected FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes) throws SAXException
newDelegate in class DefaultFragmentParser<PrimitiveProperty>SAXExceptionprotected void delegateDone()
delegateDone in class DefaultFragmentParser<PrimitiveProperty>public void handleCharacters(char[] ch,
int start,
int length)
throws SAXException
handleCharacters in class DefaultFragmentParser<PrimitiveProperty>SAXExceptionpublic PrimitiveProperty build()
Copyright © 2003–2016 Atlassian. All rights reserved.