Save This Page
Home » groovy-src-1.6.3 » groovy » xml » dom » [javadoc | source]
groovy.xml.dom
public class: DOMCategory [javadoc | source]
java.lang.Object
   groovy.xml.dom.DOMCategory
Method from groovy.xml.dom.DOMCategory Summary:
appendNode,   appendNode,   appendNode,   appendNode,   attributes,   breadthFirst,   children,   depthFirst,   get,   get,   get,   getAt,   getAt,   getAt,   isEmpty,   list,   name,   parent,   putAt,   setValue,   size,   size,   text,   text,   toString,   xpath,   xpath
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.xml.dom.DOMCategory Detail:
 public static Element appendNode(Element self,
    Object name) 
 public static Element appendNode(Element self,
    Object name,
    Map attributes) 
 public static Element appendNode(Element self,
    Object name,
    String value) 
 public static Element appendNode(Element self,
    Object name,
    Map attributes,
    String value) 
 public static NamedNodeMap attributes(Element element) 
 public static NodeList breadthFirst(Element self) 
 public static NodeList children(Element self) 
 public static NodeList depthFirst(Element self) 
 public static Object get(Element element,
    String elementName) 
 public static Object get(NodeList nodeList,
    String elementName) 
 public static Object get(NamedNodeMap nodeMap,
    String elementName) 
 public static Node getAt(Node o,
    int i) 
 public static Node getAt(DOMCategory.NodeListsHolder o,
    int i) 
 public static Node getAt(DOMCategory.NodesHolder o,
    int i) 
 public static boolean isEmpty(NodeList self) 
 public static List list(NodeList self) 
 public static String name(Element element) 
 public static Node parent(Node node) 
 public static  void putAt(Element self,
    String property,
    Object value) 
 public static  void setValue(Element self,
    String value) 
 public static int size(NamedNodeMap namedNodeMap) 
 public static int size(NodeList self) 
 public static String text(Node node) 
 public static String text(NodeList nodeList) 
 public static String toString(Object o) 
 public static String xpath(Node self,
    String expression) 
 public static Object xpath(Node self,
    String expression,
    QName returnType)