Uses of Class
com.sun.xml.parser.Parser

Packages that use Parser
com.sun.xml.parser This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. 
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
 

Uses of Parser in com.sun.xml.parser
 

Subclasses of Parser in com.sun.xml.parser
 class ValidatingParser
          This parser tests XML documents against the validity constraints specified in the XML 1.0 specification as it parses them.
 

Uses of Parser in com.sun.xml.tree
 

Methods in com.sun.xml.tree that return Parser
 Parser XmlDocumentBuilder.getParser()
          Returns the parser used by this builder, if it is recorded; only Sun parsers are now recorded.
 



Submit Feedback to xml-feedback@java.sun.com