|
Xerces 3.1.1 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
SAXParser
abstract class
contain an implementation of the org.xml.sax.Parser
interface
and enables content from a variety of sources to be parsed using the
contained parser.SAXParserFactory
defines a factory API that enables
applications to configure and obtain a SAX based parser to parse XML
documents.newInstance()
method to work correctly.
TEXTAREA
.
EntityResolver
to be used by this
DocumentBuilder
.
ErrorHandler
to be used by this
DocumentBuilder
.
nodeName
attribute.
namespaceURI
and
localName
.
Nodes
.
Attr
nodes.
CDATASection
nodes.
Comment
nodes.
Document
nodes.
DocumentFragment
nodes.
DocumentType
nodes.
Element
nodes.
Entity
nodes.
EntityReference
nodes.
Notation
nodes.
ProcessingInstruction
nodes.
Text
nodes.
offset
,
keeping both in the tree as siblings.
stopPropagation
method is used prevent further
propagation of an event during event flow.
|
Xerces 3.1.1 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |