Class Node
java.lang.Object
org.codehaus.jettison.Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNode(String name, Convention con) Node(JSONObject object) Node(Node parent, String name, JSONObject object, Convention con) -
Method Summary
Modifier and TypeMethodDescriptiongetArray()intgetKeys()getName()intgetNamespacePrefix(int index) getNamespacePrefix(String URI) getNamespaceURI(int index) getNamespaceURI(String prefix) voidvoidsetArrayIndex(int arrayIndex) voidsetAttribute(QName name, String value) voidsetCurrentKey(String currentKey) voidsetNamespace(String prefix, String uri) voidsetNamespaces(Map namespaces) voidsetObject(JSONObject object) toString()
-
Field Details
-
Constructor Details
-
Node
public Node(Node parent, String name, JSONObject object, Convention con) throws JSONException, XMLStreamException - Throws:
JSONExceptionXMLStreamException
-
Node
- Throws:
XMLStreamException
-
Node
-
-
Method Details
-
getNamespaceCount
public int getNamespaceCount() -
getNamespaceURI
-
getNamespaceURI
-
getNamespacePrefix
-
getNamespacePrefix
-
setNamespaces
-
setNamespace
-
getAttributes
-
setAttribute
-
getKeys
-
getName
-
getObject
-
setObject
-
getArray
-
setArray
-
getArrayIndex
public int getArrayIndex() -
setArrayIndex
public void setArrayIndex(int arrayIndex) -
getCurrentKey
-
setCurrentKey
-
toString
-