Class BadgerFishXMLStreamReader
java.lang.Object
org.codehaus.jettison.AbstractXMLStreamReader
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
- All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final BadgerFishConventionprivate Stringprivate FastStackFields inherited from class AbstractXMLStreamReader
event, nodeFields inherited from interface XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getAttributeType(int arg0) getText()intnext()private voidprivate voidprocessKey(String nextKey, Object newObj) Methods inherited from class AbstractXMLStreamReader
getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeValue, getAttributeValue, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet
-
Field Details
-
CONVENTION
-
nodes
-
currentText
-
-
Constructor Details
-
BadgerFishXMLStreamReader
- Throws:
JSONExceptionXMLStreamException
-
-
Method Details
-
next
- Throws:
XMLStreamException
-
processElement
- Throws:
XMLStreamException
-
processKey
- Throws:
JSONExceptionXMLStreamException
-
close
- Throws:
XMLStreamException
-
getAttributeType
- Specified by:
getAttributeTypein interfaceXMLStreamReader- Overrides:
getAttributeTypein classAbstractXMLStreamReader
-
getCharacterEncodingScheme
- Specified by:
getCharacterEncodingSchemein interfaceXMLStreamReader- Overrides:
getCharacterEncodingSchemein classAbstractXMLStreamReader
-
getElementText
- Throws:
XMLStreamException
-
getNamespaceContext
-
getText
-