Uses of Class
gw.xml.simple.SimpleXmlNode
-
Packages that use SimpleXmlNode Package Description gw.test gw.xml.simple -
-
Uses of SimpleXmlNode in gw.test
Methods in gw.test that return SimpleXmlNode Modifier and Type Method Description SimpleXmlNodeTestMetadata. serializeToXml()Methods in gw.test with parameters of type SimpleXmlNode Modifier and Type Method Description static TestMetadataTestMetadata. deserializeXml(SimpleXmlNode xml) -
Uses of SimpleXmlNode in gw.xml.simple
Classes in gw.xml.simple with type parameters of type SimpleXmlNode Modifier and Type Class Description (package private) classXmlChildList<T extends SimpleXmlNode>Fields in gw.xml.simple declared as SimpleXmlNode Modifier and Type Field Description private TXmlChildList.WrappingIterator. _lastRetprivate TXmlChildList.WrappingListIterator. _lastRetprivate SimpleXmlNodeXmlChildList. _ownerprivate SimpleXmlNodeSimpleXmlNode. _parentprivate SimpleXmlNodeSimpleXmlNodeHandler. _rootFields in gw.xml.simple with type parameters of type SimpleXmlNode Modifier and Type Field Description private java.util.List<SimpleXmlNode>SimpleXmlNode. _childrenprivate Stack<SimpleXmlNode>SimpleXmlNodeHandler. _elementStackprivate Stack<java.util.Iterator<SimpleXmlNode>>DescendentsIterator. _iteratorsMethods 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.SimpleXmlNodeSimpleXmlNodeHandler. getRoot()SimpleXmlNodeDescendentsIterator. next()static SimpleXmlNodeSimpleXmlNode. parse(java.io.File f)Parse the given File to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlNode. parse(java.io.InputStream is)Parse the given InputStream to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlNode. parse(java.lang.String s)Parse the given String to create a SimpleXmlNode.static SimpleXmlNodeSimpleXmlParser. parseFile(java.io.File file)static SimpleXmlNodeSimpleXmlParser. parseInputStream(java.io.InputStream stream)static SimpleXmlNodeSimpleXmlParser. parseString(java.lang.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 java.util.List<SimpleXmlNode>SimpleXmlNode. getChildren()Returns the immediate children of this node.java.lang.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 private voidSimpleXmlNodeWriter. appendAttributes(SimpleXmlNode node)private voidSimpleXmlNodeWriter. appendChildren(SimpleXmlNode node)private voidSimpleXmlNodeWriter. appendNode(SimpleXmlNode node)private java.lang.StringSimpleXmlNodeWriter. createXml(SimpleXmlNode node)(package private) voidSimpleXmlNode. setParent(SimpleXmlNode parent)static java.lang.StringSimpleXmlNodeWriter. writeToString(SimpleXmlNode node)Constructors in gw.xml.simple with parameters of type SimpleXmlNode Constructor Description DescendentsIterator(SimpleXmlNode root)XmlChildList(SimpleXmlNode owner)
-