Uses of Class
org.apache.axis2.json.factory.XmlNode
-
Packages that use XmlNode Package Description org.apache.axis2.json.factory -
-
Uses of XmlNode in org.apache.axis2.json.factory
Methods in org.apache.axis2.json.factory that return XmlNode Modifier and Type Method Description XmlNode
XmlNodeGenerator. getMainXmlNode()
Methods in org.apache.axis2.json.factory that return types with arguments of type XmlNode Modifier and Type Method Description List<XmlNode>
XmlNode. getChildrenList()
Methods in org.apache.axis2.json.factory with parameters of type XmlNode Modifier and Type Method Description void
XmlNode. addChildToList(XmlNode child)
Queue<JsonObject>
XmlNodeGenerator. getQueue(XmlNode node)
-