Uses of Interface
com.sun.xml.parser.LexicalEventListener

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

Classes in com.sun.xml.tree that implement LexicalEventListener
 class XmlDocumentBuilder
          This class is a SAX DocumentHandler which converts a stream of parse events into an in-memory DOM document.
 



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