|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextElement<T extends TextElement<T>>
Extends Element
to provide String
oriented
accessors for instances of StructuredTextDocument
Document
,
Element
,
StructuredDocument
,
StructuredTextDocument
Method Summary | |
---|---|
Enumeration<T> |
getChildren(String name)
Returns an enumeration of the immediate children of this element whose name match the specified string. |
String |
getKey()
Get the key associated with this Element. |
String |
getName()
Get the name associated with an element. |
StructuredTextDocument |
getRoot()
Get the root document element of the hierarchy this element belongs to. |
String |
getTextValue()
Get the value (if any) associated with an element. |
String |
getValue()
Get the value (if any) associated with this Element. |
Methods inherited from interface net.jxta.document.Element |
---|
appendChild, getChildren, getChildren, getParent |
Method Detail |
---|
String getKey()
getKey
in interface Element<T extends TextElement<T>>
String getValue()
getValue
in interface Element<T extends TextElement<T>>
StructuredTextDocument getRoot()
getRoot
in interface Element<T extends TextElement<T>>
String getName()
String getTextValue()
Enumeration<T> getChildren(String name)
name
- The name which will be matched against.
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |