|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.xml.sax.helpers | This package contains simple "helper" classes which can help programmers get started using the SAX APIs. |
Uses of Parser in com.sun.xml.parser |
Classes in com.sun.xml.parser that implement Parser | |
class |
Parser
This implements a fast non-validating SAX 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 with parameters of type Parser | |
void |
XmlDocumentBuilder.setParser(Parser p)
Sets the parser used by this builder. |
Uses of Parser in org.xml.sax.helpers |
Methods in org.xml.sax.helpers that return Parser | |
static Parser |
ParserFactory.makeParser()
Create a new SAX parser using the `org.xml.sax.parser' system property. |
static Parser |
ParserFactory.makeParser(java.lang.String className)
Create a new SAX parser object using the class name provided. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |