public class MappedXMLStreamReader extends AbstractXMLStreamReader
event, node
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
MappedXMLStreamReader(JSONObject obj) |
MappedXMLStreamReader(JSONObject obj,
MappedNamespaceConvention con) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getElementText() |
NamespaceContext |
getNamespaceContext() |
String |
getText() |
int |
next() |
void |
setValueKey(String valueKey) |
getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, 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
public MappedXMLStreamReader(JSONObject obj) throws JSONException, javax.xml.stream.XMLStreamException
public MappedXMLStreamReader(JSONObject obj, MappedNamespaceConvention con) throws JSONException, javax.xml.stream.XMLStreamException
public int next() throws javax.xml.stream.XMLStreamException
public void close() throws javax.xml.stream.XMLStreamException
public String getElementText() throws javax.xml.stream.XMLStreamException
public NamespaceContext getNamespaceContext()
public String getText()
public void setValueKey(String valueKey)
Copyright © 2012. All Rights Reserved.