Uses of Package
com.sun.xml.parser

Packages that use com.sun.xml.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. 
 

Classes in com.sun.xml.parser used by com.sun.xml.parser
Parser
          This implements a fast non-validating SAX parser.
 

Classes in com.sun.xml.parser used by com.sun.xml.tree
LexicalEventListener
          Provides notification of information which DOM permits to be exposed.
Parser
          This implements a fast non-validating SAX parser.
 



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