public static class DAnnotation.Attribute extends Object
Constructor and Description |
---|
Attribute(String ns,
String localName,
String prefix) |
Attribute(String ns,
String localName,
String prefix,
String value,
Locator loc) |
Modifier and Type | Method and Description |
---|---|
Locator |
getLoc()
Gets the location in the source schema file where this annotation was present.
|
String |
getLocalName()
Gets the local name of this attribute.
|
String |
getNs()
Gets the namespace URI of this attribute.
|
String |
getPrefix()
Gets the prefix of thie attribute.
|
String |
getValue()
Gets the attribute value.
|
public String getNs()
public String getLocalName()
public String getPrefix()
public String getValue()
public Locator getLoc()
Copyright © 2017 JBoss by Red Hat. All rights reserved.