Java getLocalName - XmlAttribute
In This Topic
String getLocalName()
|
|
Property |
Description |
|
|
|
Property Name |
getLocalName |
|
|
|
Description |
Gets the unqulified name of this attribute |
|
|
|
Remarks |
Gets the value for the xml:lang attribute would be 'lang'
<xsd:documentation xml:lang="en">
|
|