- c(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
- c(String) - Method in class com.jamesmurty.utils.XMLBuilder
-
- c(String) - Method in class com.jamesmurty.utils.XMLBuilder2
-
- cdata(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a CDATA node with String content to the element represented by this
builder node, and return the node representing the element to which the
data was added (not the new CDATA node).
- cdata(byte[]) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a CDATA node with Base64-encoded byte data content to the element represented
by this builder node, and return the node representing the element to which the
data was added (not the new CDATA node).
- cdata(String) - Method in class com.jamesmurty.utils.XMLBuilder
-
- cdata(byte[]) - Method in class com.jamesmurty.utils.XMLBuilder
-
- cdata(String) - Method in class com.jamesmurty.utils.XMLBuilder2
-
- cdata(byte[]) - Method in class com.jamesmurty.utils.XMLBuilder2
-
- cdataImpl(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a CDATA node with String content to the element for this builder node.
- cdataImpl(byte[]) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a CDATA node with Base64-encoded byte data content to the element
for this builder node.
- cmnt(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
- cmnt(String) - Method in class com.jamesmurty.utils.XMLBuilder
-
- cmnt(String) - Method in class com.jamesmurty.utils.XMLBuilder2
-
- com.jamesmurty.utils - package com.jamesmurty.utils
-
- comment(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a comment to the element represented by this builder node, and
return the node representing the element to which the comment
was added (not the new comment node).
- comment(String) - Method in class com.jamesmurty.utils.XMLBuilder
-
- comment(String) - Method in class com.jamesmurty.utils.XMLBuilder2
-
- commentImpl(String) - Method in class com.jamesmurty.utils.BaseXMLBuilder
-
Add a comment to the element represented by this builder node.
- create(String, String) - Static method in class com.jamesmurty.utils.XMLBuilder
-
Construct a builder for new XML document with a default namespace.
- create(String) - Static method in class com.jamesmurty.utils.XMLBuilder
-
Construct a builder for new XML document.
- create(String, String) - Static method in class com.jamesmurty.utils.XMLBuilder2
-
Construct a builder for new XML document with a default namespace.
- create(String) - Static method in class com.jamesmurty.utils.XMLBuilder2
-
Construct a builder for new XML document.
- createDocumentImpl(String, String) - Static method in class com.jamesmurty.utils.BaseXMLBuilder
-
Construct an XML Document with a default namespace with the given
root element.