groovy.xml.dom
Class DOMCategory

java.lang.Object
  extended by groovy.xml.dom.DOMCategory

public class DOMCategory
extends Object

Author:
sam, paulk

Constructor Summary
DOMCategory()
           
 
Method Summary
static NamedNodeMap attributes(Element element)
           
static NodeList breadthFirst(Element self)
           
static NodeList children(Element self)
           
static NodeList depthFirst(Element self)
           
static Object get(Object o, String elementName)
           
static Node getAt(Element element, int i)
           
static Node getAt(NodeList nodeList, int i)
           
static boolean isEmpty(NodeList self)
           
static List list(NodeList self)
           
static String name(Element element)
           
static Node parent(Node node)
           
static int size(NamedNodeMap namedNodeMap)
           
static int size(NodeList self)
           
static String text(Object o)
           
static String toString(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMCategory

public DOMCategory()
Method Detail

get

public static Object get(Object o,
                         String elementName)

attributes

public static NamedNodeMap attributes(Element element)

size

public static int size(NamedNodeMap namedNodeMap)

getAt

public static Node getAt(Element element,
                         int i)

getAt

public static Node getAt(NodeList nodeList,
                         int i)

name

public static String name(Element element)

parent

public static Node parent(Node node)

text

public static String text(Object o)

list

public static List list(NodeList self)

depthFirst

public static NodeList depthFirst(Element self)

breadthFirst

public static NodeList breadthFirst(Element self)

children

public static NodeList children(Element self)

toString

public static String toString(Object o)

size

public static int size(NodeList self)

isEmpty

public static boolean isEmpty(NodeList self)


Copyright © 2003-2009 The Codehaus. All Rights Reserved.