public class DAnnotation
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DAnnotation.Attribute |
Attribute.
|
| Constructor | Description |
|---|---|
DAnnotation() |
| Modifier and Type | Method | Description |
|---|---|---|
DAnnotation.Attribute |
getAttribute(java.lang.String nsUri,
java.lang.String localName) |
Gets the attribute of a given name.
|
DAnnotation.Attribute |
getAttribute(javax.xml.namespace.QName n) |
|
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.
|
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()
Copyright © 2017 Oracle Corporation. All rights reserved.