|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.rngom.digested.DAnnotation
public class DAnnotation
Annotation.
Nested Class Summary | |
---|---|
static class |
DAnnotation.Attribute
Attribute. |
Constructor Summary | |
---|---|
DAnnotation()
|
Method Summary | |
---|---|
DAnnotation.Attribute |
getAttribute(javax.xml.namespace.QName n)
|
DAnnotation.Attribute |
getAttribute(java.lang.String nsUri,
java.lang.String localName)
Gets the attribute of a given name. |
java.util.Map<javax.xml.namespace.QName,DAnnotation.Attribute> |
getAttributes()
Gets the read-only view of all the attributes. |
java.util.List<org.w3c.dom.Element> |
getChildren()
Gets the read-only view of all the child elements of this annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAnnotation()
Method Detail |
---|
public DAnnotation.Attribute getAttribute(java.lang.String nsUri, java.lang.String localName)
nsUri
- can be empty but must not be null.
public DAnnotation.Attribute getAttribute(javax.xml.namespace.QName n)
public java.util.Map<javax.xml.namespace.QName,DAnnotation.Attribute> getAttributes()
public java.util.List<org.w3c.dom.Element> getChildren()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |