| Package | Description |
|---|---|
| org.kohsuke.rngom.digested |
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<javax.xml.namespace.QName,DAnnotation.Attribute> |
DAnnotation.attributes
Keyed by QName.
|
| Modifier and Type | Method and Description |
|---|---|
DAnnotation.Attribute |
DAnnotation.getAttribute(javax.xml.namespace.QName n) |
DAnnotation.Attribute |
DAnnotation.getAttribute(java.lang.String nsUri,
java.lang.String localName)
Gets the attribute of a given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.xml.namespace.QName,DAnnotation.Attribute> |
DAnnotation.getAttributes()
Gets the read-only view of all the attributes.
|