public static interface XmlNode.NodeName
| Modifier and Type | Method and Description |
|---|---|
void |
addToNode(org.w3c.dom.Element to,
java.lang.String withValue)
Adds a new attribute of this name to a xml element with a value.
|
java.lang.String |
getLocalName()
The local name.
|
boolean |
isInNamespace(java.lang.String namespaceURI)
Returns true if this attribute name has a namespace declaration and that namespapce is
the same as provided, false otherwise.
|
boolean isInNamespace(@NonNull
java.lang.String namespaceURI)
void addToNode(@NonNull
org.w3c.dom.Element to,
java.lang.String withValue)
to - the xml element to add the attribute to.withValue - the new attribute's value.java.lang.String getLocalName()