public final class DOM2Helper extends Object
Constructor and Description |
---|
DOM2Helper()
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalNameOfNode(Node n)
Returns the local name of the given node, as defined by the
XML Namespaces specification.
|
String |
getNamespaceOfNode(Node n)
Returns the Namespace Name (Namespace URI) for the given node.
|
public String getLocalNameOfNode(Node n)
n
- Node to be examinedpublic String getNamespaceOfNode(Node n)
TODO: Reconcile with getLocalNameOfNode.
n
- Node to be examinedCopyright © 2018 JBoss by Red Hat. All rights reserved.