|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataTag
Common interface to metadata tags for xjavadoc and annotation metadata.
Method Summary | |
---|---|
void |
error(java.lang.String message)
Generates an error message with this tag's start as error position. |
java.lang.String |
getAttribute(java.lang.String name)
Returns the tag attribute value with the given name or null if no such
attribute is set. |
java.lang.String[] |
getAttributes(java.lang.String name)
Returns the tag attribute value with the given name or null if no such
attribute is set. |
MetadataTag |
getSibling(TagType type)
Returns the first sibling of the given type. |
java.util.List |
getSiblings(TagType type)
Returns a list with siblings of this tag of the given type. |
TagType |
getType()
Returns the japano tag type for this metadata tag. |
Method Detail |
---|
java.lang.String getAttribute(java.lang.String name)
null
if no such
attribute is set.
name
- attribute name
null
java.lang.String[] getAttributes(java.lang.String name)
null
if no such
attribute is set.
name
- attribute name
null
java.util.List getSiblings(TagType type)
type
- tag type
MetadataTag getSibling(TagType type)
type
- tag type
void error(java.lang.String message)
TagType getType()
TagType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |