public class DAnnotation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DAnnotation.Attribute
Attribute.
|
Constructor and Description |
---|
DAnnotation() |
Modifier and Type | Method and Description |
---|---|
DAnnotation.Attribute |
getAttribute(QName n) |
DAnnotation.Attribute |
getAttribute(String nsUri,
String localName)
Gets the attribute of a given name.
|
Map<QName,DAnnotation.Attribute> |
getAttributes()
Gets the read-only view of all the attributes.
|
List<Element> |
getChildren()
Gets the read-only view of all the child elements of this annotation.
|
public DAnnotation.Attribute getAttribute(String nsUri, String localName)
nsUri
- can be empty but must not be null.public DAnnotation.Attribute getAttribute(QName n)
public Map<QName,DAnnotation.Attribute> getAttributes()
Copyright © 2019 JBoss by Red Hat. All rights reserved.