KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > ls > LSInput > Top Examples

  • com.sun.org.apache.xerces.internal.parsers.DOMParserImpl
    This is Xerces DOM Builder class. It uses the abstract DOM parser with a document scanner, a dtd scanner, and a validator, as well as a grammar pool. @author Pavani Mukthipudi, Sun Microsystems Inc. @author Elena Litani, IBM @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DOMParserI ...
  • org.apache.xerces.impl.xs.XMLSchemaLoader
    This class implements xni.grammars.XMLGrammarLoader. It also serves as implementation of xs.XSLoader interface and DOMConfiguration interface. This class is designed to interact either with a proxy for a user application which wants to preparse schemas, or with our own Schema validator. It is hop ...
  • org.apache.xerces.dom.CoreDOMImplementationImpl
    The DOMImplementation class is description of a particular implementation of the Document Object Model. As such its data is static, shared by all instances of this implementation. <P> The DOM API requires that it be a real object rather than static methods. However, there's nothing that says ...
Popular Tags