Uses of Class
gw.xml.simple.SimpleXmlNode
-
Packages that use SimpleXmlNode Package Description gw.xml.simple -
-
Uses of SimpleXmlNode in gw.xml.simple
Methods in gw.xml.simple that return SimpleXmlNode Modifier and Type Method Description SimpleXmlNodeSimpleXmlNode. deepCopy()Makes a deep copy of this node, including copies of all contained children.SimpleXmlNodeSimpleXmlNode. getParent()Returns the parent of this node, or null if this node is a root node.static SimpleXmlNodeSimpleXmlNode. parse(File f)Parse the given File to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlNode. parse(InputStream is)Parse the given InputStream to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlNode. parse(String s)Parse the given String to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlParser. parseFile(File file)static SimpleXmlNodeSimpleXmlParser. parseInputStream(InputStream stream)static SimpleXmlNodeSimpleXmlParser. parseString(String s)SimpleXmlNodeSimpleXmlNode. shallowCopy()Makes a shallow copy of this node, including its name, text, and attributes.Methods in gw.xml.simple that return types with arguments of type SimpleXmlNode Modifier and Type Method Description List<SimpleXmlNode>SimpleXmlNode. getChildren()Returns the immediate children of this node.Iterable<SimpleXmlNode>SimpleXmlNode. getDescendents()Returns an Iterable over the descendents of this node (not including this node).Methods in gw.xml.simple with parameters of type SimpleXmlNode Modifier and Type Method Description static StringSimpleXmlNodeWriter. writeToString(SimpleXmlNode node)
-