|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.rngom.digested.DAnnotation.Attribute
public static class DAnnotation.Attribute
Attribute.
Constructor Summary | |
---|---|
DAnnotation.Attribute(String ns,
String localName,
String prefix)
|
|
DAnnotation.Attribute(String ns,
String localName,
String prefix,
String value,
Locator loc)
|
Method Summary | |
---|---|
Locator |
getLoc()
Gets the location in the source schema file where this annotation was present. |
String |
getLocalName()
Gets the local name of this attribute. |
String |
getNs()
Gets the namespace URI of this attribute. |
String |
getPrefix()
Gets the prefix of thie attribute. |
String |
getValue()
Gets the attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAnnotation.Attribute(String ns, String localName, String prefix)
public DAnnotation.Attribute(String ns, String localName, String prefix, String value, Locator loc)
Method Detail |
---|
public String getNs()
public String getLocalName()
public String getPrefix()
public String getValue()
public Locator getLoc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |