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 com.sun.org.apache.xml.internal.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 com.sun.org.apache.xml.internal.serializer.
@xsl.usage internal
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.