groovy.util.slurpersupport
Class Node
java.lang.Object
groovy.util.slurpersupport.Node
- All Implemented Interfaces:
- Writable
- public class Node
- extends Object
- implements Writable
- Author:
- John Wilson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node(Node parent,
String name,
Map attributes,
Map attributeNamespaces,
String namespaceURI)
name
public String name()
namespaceURI
public String namespaceURI()
attributes
public Map attributes()
children
public List children()
addChild
public void addChild(Object child)
text
public String text()
childNodes
public Iterator childNodes()
writeTo
public Writer writeTo(Writer out)
throws IOException
- Description copied from interface:
Writable
- writes this object to the given stream
- Specified by:
writeTo
in interface Writable
- Throws:
IOException
build
public void build(GroovyObject builder,
Map namespaceMap,
Map namespaceTagHints)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.