|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.xml.dom.DOMCategory
public class DOMCategory extends Object
Method Summary | |
---|---|
static org.w3c.dom.Element
|
appendNode(org.w3c.dom.Element self, Object name)
|
static org.w3c.dom.Element
|
appendNode(org.w3c.dom.Element self, Object name, Map attributes)
|
static org.w3c.dom.Element
|
appendNode(org.w3c.dom.Element self, Object name, String value)
|
static org.w3c.dom.Element
|
appendNode(org.w3c.dom.Element self, Object name, Map attributes, String value)
|
static org.w3c.dom.NamedNodeMap
|
attributes(org.w3c.dom.Element element)
|
static NodeList
|
breadthFirst(org.w3c.dom.Element self)
|
static NodeList
|
children(org.w3c.dom.Element self)
|
static NodeList
|
depthFirst(org.w3c.dom.Element self)
|
static Object
|
get(org.w3c.dom.Element element, String elementName)
|
static Object
|
get(NodeList nodeList, String elementName)
|
static Object
|
get(org.w3c.dom.NamedNodeMap nodeMap, String elementName)
|
static Node
|
getAt(Node o, int i)
|
static Node
|
getAt(DOMCategory.NodeListsHolder o, int i)
|
static Node
|
getAt(DOMCategory.NodesHolder o, int i)
|
static NodeList
|
getAt(Node o, IntRange r)
|
static NodeList
|
getAt(DOMCategory.NodeListsHolder o, IntRange r)
|
static NodeList
|
getAt(DOMCategory.NodesHolder o, IntRange r)
|
static boolean
|
isEmpty(NodeList self)
|
static List
|
list(NodeList self)
|
static String
|
name(org.w3c.dom.Element element)
|
static Node
|
parent(Node node)
|
static void
|
plus(org.w3c.dom.Element self, Closure c)
|
static void
|
plus(NodeList self, Closure c)
|
static void
|
putAt(org.w3c.dom.Element self, String property, Object value)
|
static org.w3c.dom.Element
|
replaceNode(DOMCategory.NodesHolder self, Closure c)
|
static org.w3c.dom.Element
|
replaceNode(org.w3c.dom.Element self, Closure c)
|
static void
|
setValue(org.w3c.dom.Element self, String value)
|
static int
|
size(org.w3c.dom.NamedNodeMap namedNodeMap)
|
static int
|
size(NodeList self)
|
static String
|
text(Node node)
|
static String
|
text(NodeList nodeList)
|
static String
|
toString(Object o)
|
static Object
|
xpath(Node self, String expression, QName returnType)
|
static String
|
xpath(Node self, String expression)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public static org.w3c.dom.Element appendNode(org.w3c.dom.Element self, Object name)
public static org.w3c.dom.Element appendNode(org.w3c.dom.Element self, Object name, Map attributes)
public static org.w3c.dom.Element appendNode(org.w3c.dom.Element self, Object name, String value)
public static org.w3c.dom.Element appendNode(org.w3c.dom.Element self, Object name, Map attributes, String value)
public static org.w3c.dom.NamedNodeMap attributes(org.w3c.dom.Element element)
public static NodeList breadthFirst(org.w3c.dom.Element self)
public static NodeList children(org.w3c.dom.Element self)
public static NodeList depthFirst(org.w3c.dom.Element self)
public static Object get(org.w3c.dom.Element element, String elementName)
public static Object get(NodeList nodeList, String elementName)
public static Object get(org.w3c.dom.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 NodeList getAt(Node o, IntRange r)
public static NodeList getAt(DOMCategory.NodeListsHolder o, IntRange r)
public static NodeList getAt(DOMCategory.NodesHolder o, IntRange r)
public static boolean isEmpty(NodeList self)
public static List list(NodeList self)
public static String name(org.w3c.dom.Element element)
public static Node parent(Node node)
public static void plus(org.w3c.dom.Element self, Closure c)
public static void plus(NodeList self, Closure c)
public static void putAt(org.w3c.dom.Element self, String property, Object value)
public static org.w3c.dom.Element replaceNode(DOMCategory.NodesHolder self, Closure c)
public static org.w3c.dom.Element replaceNode(org.w3c.dom.Element self, Closure c)
public static void setValue(org.w3c.dom.Element self, String value)
public static int size(org.w3c.dom.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 Object xpath(Node self, String expression, QName returnType)
public static String xpath(Node self, String expression)
Copyright © 2003-2011 The Codehaus. All rights reserved.