Searched refs:DOM2Helper (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DDOM2Helper.java21 * $Id: DOM2Helper.java,v 1.1.4.1 2005/09/08 11:03:09 suresh_emailid Exp $
64 public final class DOM2Helper class
70 public DOM2Helper(){} method in class:DOM2Helper
H A DAttList.java37 * DOMHelper reference changed to DOM2Helper, class is not "public"
54 // DOM2Helper m_dh = new DOM2Helper();
57 DOM2Helper m_dh;
70 // m_dh = new DOM2Helper();
80 public AttList(NamedNodeMap attrs, DOM2Helper dh)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java21 * $Id: DOM2Helper.java,v 1.2.4.1 2005/09/15 08:15:37 suresh_emailid Exp $
44 public class DOM2Helper extends DOMHelper class in inherits:DOMHelper
50 public DOM2Helper(){} method in class:DOM2Helper
61 * DOM2Helper can support. If we return without throwing the exception,
69 // throw new TransformerException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_XERCES_CANNOT_HANDLE_NODES, new Object[]{((Object)node).getClass()})); //"DOM2Helper can not handle nodes of type"
H A DTreeWalker.java54 // DOM2Helper m_dh = new DOM2Helper();
140 m_dh = new DOM2Helper();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DTreeWalker.java29 import com.sun.org.apache.xml.internal.serializer.utils.DOM2Helper;
65 // DOM2Helper m_dh = new DOM2Helper();
68 final protected DOM2Helper m_dh;
124 m_dh = new DOM2Helper();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java26 import com.sun.org.apache.xml.internal.utils.DOM2Helper;
595 if (!DOM2Helper.isNodeAfter(node, child))
661 if (!DOM2Helper.isNodeAfter(node, child))

Completed in 46 milliseconds