Searched defs:SAX2DOM (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2DOM.java21 * $Id: SAX2DOM.java,v 1.8.2.1 2006/12/04 18:45:41 spericas Exp $
54 public class SAX2DOM implements ContentHandler, LexicalHandler, Constants { class in inherits:ContentHandler,LexicalHandler,Constants
77 public SAX2DOM(boolean useServicesMachnism) throws ParserConfigurationException { method in class:SAX2DOM
82 public SAX2DOM(Node root, Node nextSibling, boolean useServicesMachnism) throws ParserConfigurationException { method in class:SAX2DOM
98 public SAX2DOM(Node root, boolean useServicesMachnism) throws ParserConfigurationException { method in class:SAX2DOM
214 // If the SAX2DOM is created with a non-null next sibling node,
321 SAX2DOM.class.getClassLoader()
329 synchronized(SAX2DOM.class) {

Completed in 31 milliseconds