Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U
W
X
A
addAttr(String, String)
- Method in class uxparser.
XElem
Add the specified attribute name value pair using the null namespace.
addAttr(XNs, String, String)
- Method in class uxparser.
XElem
Add the specified attribute name value pair.
addAttr(String, String)
- Method in class uxparser.
XElem
Add the specified attribute name value pair using the null namespace.
addAttr(XNs, String, String)
- Method in class uxparser.
XElem
Add the specified attribute name value pair.
addContent(XContent)
- Method in class uxparser.
XElem
Add the specified content to the end of the content list.
addContent(int, XContent)
- Method in class uxparser.
XElem
Insert the content instance as a child of this element at the specified index.
addContent(XContent)
- Method in class uxparser.
XElem
Add the specified content to the end of the content list.
addContent(int, XContent)
- Method in class uxparser.
XElem
Insert the content instance as a child of this element at the specified index.
addText(String)
- Method in class uxparser.
XElem
Creates and adds a text descendent.
addText(String)
- Method in class uxparser.
XElem
Creates and adds a text descendent.
append(int)
- Method in class uxparser.
XText
Append the specified character to the end of the character data.
append(String)
- Method in class uxparser.
XText
Append the specified string to the end of the character data.
append(char[], int, int)
- Method in class uxparser.
XText
Append the specified string to the end of the character data.
append(int)
- Method in class uxparser.
XText
Append the specified character to the end of the character data.
append(String)
- Method in class uxparser.
XText
Append the specified string to the end of the character data.
append(char[], int, int)
- Method in class uxparser.
XText
Append the specified string to the end of the character data.
attr(String, String)
- Method in class uxparser.
XWriter
Write an attribute pair
name="value"
where the value is written using safe().
attr(String, String)
- Method in class uxparser.
XWriter
Write an attribute pair
name="value"
where the value is written using safe().
attrIndex(XNs, String)
- Method in class uxparser.
XElem
Get the index of the first attribute with the specified namespace and local name or return -1 if no match.
attrIndex(String)
- Method in class uxparser.
XElem
Get the index of the first attribute with the specified name not in an explicit namespace.
attrIndex(XNs, String)
- Method in class uxparser.
XElem
Get the index of the first attribute with the specified namespace and local name or return -1 if no match.
attrIndex(String)
- Method in class uxparser.
XElem
Get the index of the first attribute with the specified name not in an explicit namespace.
attrName(int)
- Method in class uxparser.
XElem
Get the attribute name for the specified index.
attrName(int)
- Method in class uxparser.
XElem
Get the attribute name for the specified index.
attrNs(int)
- Method in class uxparser.
XElem
Get the attribute namespace for the specified index.
attrNs(int)
- Method in class uxparser.
XElem
Get the attribute namespace for the specified index.
attrSize()
- Method in class uxparser.
XElem
Get the number of attributes in this element.
attrSize()
- Method in class uxparser.
XElem
Get the number of attributes in this element.
attrValue(int)
- Method in class uxparser.
XElem
Get the attribute value for the specified index.
attrValue(int)
- Method in class uxparser.
XElem
Get the attribute value for the specified index.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U
W
X