|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A single item of metadata.
This interface currently omits the following information:
Method Summary | |
Description[] |
getDescription()
Get all Description children in an array. |
Description |
getDescription(int index)
Get one of the topic's descriptions. |
int |
getDescriptionCount()
Count the descriptions. |
Text |
getDetails()
Get a URI pointing to additional details about the topic. |
FormalNameDecl[] |
getFormalNameDecl()
Get all FormalName children in an array. |
FormalNameDecl |
getFormalNameDecl(int index)
Get one of the topic's formal names. |
int |
getFormalNameDeclCount()
Count the formal names. |
FormalName[] |
getTopicType()
Get all TopicType children in an array. |
FormalName |
getTopicType(int index)
Get the type of the topic. |
int |
getTopicTypeCount()
Count the types. |
Methods inherited from interface org.newsml.toolkit.BaseNode |
getAttr, getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, insertAfter, insertAfter, insertAfter, insertAfter, insertAfterDuid, insertAfterDuid, insertBefore, insertBefore, insertBefore, insertBefore, insertBeforeDuid, insertBeforeDuid, insertChild, insertChild, insertFirst, insertFirst, insertLast, insertLast, removeChild, removeChild, removeSelf, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, setAttr, setAttr, toXML, toXML, unsetAttr, unsetAttr, writeXML, writeXML |
Methods inherited from interface org.newsml.toolkit.CatalogNode |
getCatalog |
Methods inherited from interface org.newsml.toolkit.CommentNode |
getComment, getComment, getCommentCount |
Methods inherited from interface org.newsml.toolkit.IdNode |
getDuid, getEuid |
Methods inherited from interface org.newsml.toolkit.PropertyNode |
getProperty, getProperty, getPropertyCount |
Method Detail |
public Text getDetails()
public int getTopicTypeCount()
public FormalName getTopicType(int index)
The type is roughly equivalent to a class.
index
- The index of the topic type, zero-based, numbered
sequentially in document order.public FormalName[] getTopicType()
public int getFormalNameDeclCount()
public FormalNameDecl getFormalNameDecl(int index)
index
- The index of the formal name, zero-based, numbered
sequentially in document order.public FormalNameDecl[] getFormalNameDecl()
public int getDescriptionCount()
public Description getDescription(int index)
If there are multiple descriptions, the variant property may
help to distinguish them; see Description.getVariant()
.
index
- The index of the description, zero-based, numbered
sequentially in document order.public Description[] getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |