| java.lang.Object org.kohsuke.rngom.digested.DAnnotation
DAnnotation | public class DAnnotation (Code) | | Annotation.
author: Kohsuke Kawaguchi (kk@kohsuke.org) |
Inner Class :public static class Attribute | |
attributes | final Map<QName, Attribute> attributes(Code) | | Keyed by QName.
|
getAttribute | public Attribute getAttribute(String nsUri, String localName)(Code) | | Gets the attribute of a given name.
Parameters: nsUri - can be empty but must not be null.null if no such attribute is found. |
getAttribute | public Attribute getAttribute(QName n)(Code) | | |
getAttributes | public Map<QName, Attribute> getAttributes()(Code) | | Gets the read-only view of all the attributes.
can be empty but never null.the returned map is read-only. |
getChildren | public List<Element> getChildren()(Code) | | Gets the read-only view of all the child elements of this annotation.
can be empty but never null.the returned list is read-only. |
|
|