|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.serializer.utils.DOM2Helper
public final class DOM2Helper
This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard. This class is a copy of the one in org.apache.xml.utils. It exists to cut the serializers dependancy on that package. The differences from the original class are: it doesn't extend DOMHelper, not depricated, dropped method isNodeAfter(Node node1, Node node2) dropped method parse(InputSource) dropped method supportSAX() dropped method setDocument(doc) dropped method checkNode(Node) dropped method getDocument() dropped method getElementByID(String id, Document doc) dropped method getParentOfNode(Node node) dropped field Document m_doc; made class non-public This class is not a public API, it is only public because it is used in org.apache.xml.serializer.
Constructor Summary | |
---|---|
DOM2Helper()
Construct an instance. |
Method Summary | |
---|---|
java.lang.String |
getLocalNameOfNode(org.w3c.dom.Node n)
Returns the local name of the given node, as defined by the XML Namespaces specification. |
private java.lang.String |
getLocalNameOfNodeFallback(org.w3c.dom.Node n)
Returns the local name of the given node. |
java.lang.String |
getNamespaceOfNode(org.w3c.dom.Node n)
Returns the Namespace Name (Namespace URI) for the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOM2Helper()
Method Detail |
---|
public java.lang.String getLocalNameOfNode(org.w3c.dom.Node n)
n
- Node to be examined
private java.lang.String getLocalNameOfNodeFallback(org.w3c.dom.Node n)
n
- the node to be examined.
public java.lang.String getNamespaceOfNode(org.w3c.dom.Node n)
TODO: Reconcile with getLocalNameOfNode.
n
- Node to be examined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |