|
||||||||||
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.badgerfish.BadgerFishXMLStreamReader
public class BadgerFishXMLStreamReader
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 | |
---|---|
BadgerFishXMLStreamReader(JSONObject obj)
|
Method Summary | |
---|---|
void |
close()
|
java.lang.String |
getAttributeType(int arg0)
|
java.lang.String |
getCharacterEncodingScheme()
|
java.lang.String |
getElementText()
|
javax.xml.namespace.NamespaceContext |
getNamespaceContext()
|
java.lang.String |
getText()
|
int |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BadgerFishXMLStreamReader(JSONObject obj) 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 java.lang.String getAttributeType(int arg0)
getAttributeType
in interface javax.xml.stream.XMLStreamReader
getAttributeType
in class AbstractXMLStreamReader
public java.lang.String getCharacterEncodingScheme()
getCharacterEncodingScheme
in interface javax.xml.stream.XMLStreamReader
getCharacterEncodingScheme
in class AbstractXMLStreamReader
public java.lang.String getElementText() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public javax.xml.namespace.NamespaceContext getNamespaceContext()
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |