|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LTAttributeNode | |
| com.g11ntoolkit.parser.xml | The set of classes that make up the XML Parser support for the G11NToolKit. |
| Uses of LTAttributeNode in com.g11ntoolkit.parser.xml |
| Fields in com.g11ntoolkit.parser.xml declared as LTAttributeNode | |
private LTAttributeNode |
LTSAXAttributes.head
Contains the first (Head) attribute node. |
private LTAttributeNode |
LTSAXAttributes.tail
Contains the last (Tail) attribute node. |
LTAttributeNode |
LTAttributeNode.next
Contains the next attribute node. |
| Methods in com.g11ntoolkit.parser.xml that return LTAttributeNode | |
private LTAttributeNode |
LTSAXAttributes.getLTAttributeNodeAt(int i)
Returns the attribute node at the specified index. |
LTAttributeNode |
LTSAXAttributes.getLTAttributeNode(java.lang.String uri,
java.lang.String localname)
Returns the first attribute node with the specified uri and local name. |
private LTAttributeNode |
LTSAXAttributes.getLTAttributeNode(java.lang.String rawname)
Returns the first attribute node with the specified raw name. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||