public class DAnnotation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DAnnotation.Attribute
Attribute.
|
Modifier and Type | Field and Description |
---|---|
static DAnnotation |
EMPTY
Instance reserved to be empty.
|
Constructor and Description |
---|
DAnnotation() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final DAnnotation EMPTY
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 © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"