|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
Map |
attributeNamespaces
|
Map |
attributes
|
List |
children
|
String |
name
|
String |
namespaceURI
|
Stack |
replacementNodeStack
|
Constructor Summary | |
Node(Node parent, String name, Map attributes, Map attributeNamespaces, String namespaceURI)
|
Method Summary | |
---|---|
void |
addChild(Object child)
|
void |
appendNode(Object newValue, GPathResult result)
|
Map |
attributes()
|
void |
build(GroovyObject builder, Map namespaceMap, Map namespaceTagHints)
|
void |
buildChildren(GroovyObject builder, Map namespaceMap, Map namespaceTagHints)
|
Iterator |
childNodes()
|
List |
children()
|
static String |
findNamespaceTag(Map tagMap, Object namespaceURI)
|
static String |
getTagFor(Object namespaceURI, Map current, Map pending, Map local, Map tagHints, List newTags, GroovyObject builder)
|
String |
name()
|
String |
namespaceURI()
|
void |
replaceBody(Object newValue)
|
void |
replaceNode(Closure replacementClosure, GPathResult result)
|
String |
text()
|
Writer |
writeTo(Writer out)
|
Constructor Detail |
---|
public Node(Node parent, String name, Map attributes, Map attributeNamespaces, String namespaceURI)
Method Detail |
---|
public void addChild(Object child)
void appendNode(Object newValue, GPathResult result)
public Map attributes()
public void build(GroovyObject builder, Map namespaceMap, Map namespaceTagHints)
void buildChildren(GroovyObject builder, Map namespaceMap, Map namespaceTagHints)
public Iterator childNodes()
public List children()
static String findNamespaceTag(Map tagMap, Object namespaceURI)
static String getTagFor(Object namespaceURI, Map current, Map pending, Map local, Map tagHints, List newTags, GroovyObject builder)
public String name()
public String namespaceURI()
void replaceBody(Object newValue)
public void replaceNode(Closure replacementClosure, GPathResult result)
public String text()
public Writer writeTo(Writer out)