|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.japano.metadata.xjavadoc.JavadocTag
public class JavadocTag
XJavadoc implementation of the MetadataTag interface.
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 siblingType)
Returns the first sibling of the given type. |
java.util.List |
getSiblings(TagType siblingType)
Returns a list with siblings of this tag of the given type. |
TagType |
getType()
Returns the japano tag type for this metadata tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void error(java.lang.String message)
MetadataTag
error
in interface MetadataTag
public java.lang.String getAttribute(java.lang.String name)
MetadataTag
null
if no such
attribute is set.
getAttribute
in interface MetadataTag
name
- attribute name
null
public java.lang.String[] getAttributes(java.lang.String name)
MetadataTag
null
if no such
attribute is set.
getAttributes
in interface MetadataTag
name
- attribute name
null
public java.util.List getSiblings(TagType siblingType)
MetadataTag
getSiblings
in interface MetadataTag
siblingType
- tag type
public MetadataTag getSibling(TagType siblingType)
MetadataTag
getSibling
in interface MetadataTag
siblingType
- tag type
public TagType getType()
MetadataTag
getType
in interface MetadataTag
TagType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |