public static class DAnnotation.Attribute
extends java.lang.Object
Constructor and Description |
---|
Attribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix) |
Attribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
org.xml.sax.Locator loc) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.Locator |
getLoc()
Gets the location in the source schema file where this annotation was present.
|
java.lang.String |
getLocalName()
Gets the local name of this attribute.
|
java.lang.String |
getNs()
Gets the namespace URI of this attribute.
|
java.lang.String |
getPrefix()
Gets the prefix of thie attribute.
|
java.lang.String |
getValue()
Gets the attribute value.
|
public Attribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix)
public Attribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix, java.lang.String value, org.xml.sax.Locator loc)
public java.lang.String getNs()
public java.lang.String getLocalName()
public java.lang.String getPrefix()
public java.lang.String getValue()
public org.xml.sax.Locator getLoc()
Copyright © 2010 - 2020 Adobe. All Rights Reserved