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