A C D E F G I L M N P Q R S T U W X

S

safe(String, boolean) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, s, escapeWhitespace).
safe(String) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, s, true).
safe(int, boolean) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, c, escapeWhitespace).
safe(Writer, String, boolean) - Static method in class uxparser.XWriter
This writes each character in the string to the output stream using the safe(Writer, int, boolean) method.
safe(Writer, int, boolean) - Static method in class uxparser.XWriter
Write a "safe" character.
safe(String, boolean) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, s, escapeWhitespace).
safe(String) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, s, true).
safe(int, boolean) - Method in class uxparser.XWriter
Convenience for XWriter.safe(this, c, escapeWhitespace).
safe(Writer, String, boolean) - Static method in class uxparser.XWriter
This writes each character in the string to the output stream using the safe(Writer, int, boolean) method.
safe(Writer, int, boolean) - Static method in class uxparser.XWriter
Write a "safe" character.
set(int, int) - Method in class uxparser.XText
Set the character at the specified index.
set(int, int) - Method in class uxparser.XText
Set the character at the specified index.
setAttr(XNs, String, String) - Method in class uxparser.XElem
Set the attribute value for the first attribute found with the specified namespace and local name.
setAttr(String, String) - Method in class uxparser.XElem
Set the attribute value for the first attribute found with the specified name.
setAttr(int, String) - Method in class uxparser.XElem
Set the attribute value at the specified index.
setAttr(XNs, String, String) - Method in class uxparser.XElem
Set the attribute value for the first attribute found with the specified namespace and local name.
setAttr(String, String) - Method in class uxparser.XElem
Set the attribute value for the first attribute found with the specified name.
setAttr(int, String) - Method in class uxparser.XElem
Set the attribute value at the specified index.
setCDATA(boolean) - Method in class uxparser.XText
Set the CDATA flag.
setCDATA(boolean) - Method in class uxparser.XText
Set the CDATA flag.
setLength(int) - Method in class uxparser.XText
Set the length of valid characters in the buffer.
setLength(int) - Method in class uxparser.XText
Set the length of valid characters in the buffer.
setName(String) - Method in class uxparser.XElem
Set this element's local name.
setName(String) - Method in class uxparser.XElem
Set this element's local name.
setNs(XNs) - Method in class uxparser.XElem
Set this element's namespace.
setNs(XNs) - Method in class uxparser.XElem
Set this element's namespace.
setZipped(boolean) - Method in class uxparser.XWriter
If set to true, then XWriter generates a compressed PKZIP file with one entry called "file.xml".
setZipped(boolean) - Method in class uxparser.XWriter
If set to true, then XWriter generates a compressed PKZIP file with one entry called "file.xml".
skip() - Method in class uxparser.XParser
Convenience for skip(depth()).
skip(int) - Method in class uxparser.XParser
Skip parses all the content until reaching the end tag of the specified depth.
skip() - Method in class uxparser.XParser
Convenience for skip(depth()).
skip(int) - Method in class uxparser.XParser
Skip parses all the content until reaching the end tag of the specified depth.
string() - Method in class uxparser.XElem
If the first content child is a XText instance, then return the result of calling XText.string().
string() - Method in class uxparser.XElem
If the first content child is a XText instance, then return the result of calling XText.string().
string() - Method in class uxparser.XText
Get the character data as a string.
string() - Method in class uxparser.XText
Get the character data as a string.

A C D E F G I L M N P Q R S T U W X