|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 MetadataTagpublic java.lang.String getAttribute(java.lang.String name)
MetadataTagnull if no such
attribute is set.
getAttribute in interface MetadataTagname - attribute name
nullpublic java.lang.String[] getAttributes(java.lang.String name)
MetadataTagnull if no such
attribute is set.
getAttributes in interface MetadataTagname - attribute name
nullpublic java.util.List getSiblings(TagType siblingType)
MetadataTag
getSiblings in interface MetadataTagsiblingType - tag type
public MetadataTag getSibling(TagType siblingType)
MetadataTag
getSibling in interface MetadataTagsiblingType - tag type
public TagType getType()
MetadataTag
getType in interface MetadataTagTagType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||