|
Jettison 1.3.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jettison.AbstractXMLStreamReader
org.codehaus.jettison.mapped.MappedXMLStreamReader
public class MappedXMLStreamReader
Field Summary |
---|
Fields inherited from class org.codehaus.jettison.AbstractXMLStreamReader |
---|
event, node |
Fields inherited from interface javax.xml.stream.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 | |
---|---|
MappedXMLStreamReader(JSONObject obj)
|
|
MappedXMLStreamReader(JSONObject obj,
MappedNamespaceConvention con)
|
Method Summary | |
---|---|
void |
close()
|
String |
getElementText()
|
NamespaceContext |
getNamespaceContext()
|
String |
getText()
|
int |
next()
|
void |
setValueKey(String valueKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappedXMLStreamReader(JSONObject obj) throws JSONException, javax.xml.stream.XMLStreamException
JSONException
javax.xml.stream.XMLStreamException
public MappedXMLStreamReader(JSONObject obj, MappedNamespaceConvention con) throws JSONException, javax.xml.stream.XMLStreamException
JSONException
javax.xml.stream.XMLStreamException
Method Detail |
---|
public int next() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public void close() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public String getElementText() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public NamespaceContext getNamespaceContext()
public String getText()
public void setValueKey(String valueKey)
|
Jettison 1.3.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |