BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.parsers
Class SAXPullParser

java.lang.Object
  |
  +--weblogic.apache.xerces.parsers.XMLPullParser
        |
        +--weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser
              |
              +--weblogic.apache.xerces.parsers.AbstractSAXPullParser
                    |
                    +--weblogic.apache.xerces.parsers.SAXPullParser

public class SAXPullParser
extends AbstractSAXPullParser

This is the main Xerces SAX parser class. It uses the abstract SAX parser with a document scanner, a dtd scanner, and a validator, as well as a grammar pool.


Inner classes inherited from class weblogic.apache.xerces.parsers.AbstractSAXPullParser
AbstractSAXPullParser.AttributesProxy, AbstractSAXPullParser.LocatorProxy
 
Field Summary
protected static java.lang.String NOTIFY_BUILTIN_REFS
          Feature identifier: notify built-in refereces.
protected static java.lang.String SYMBOL_TABLE
          Property identifier: symbol table.
protected static java.lang.String XMLGRAMMAR_POOL
          Property identifier: XML grammar pool.
 
Fields inherited from class weblogic.apache.xerces.parsers.AbstractSAXPullParser
DECLARATION_HANDLER, DOM_NODE, fContentHandler, fDeclHandler, fDocumentHandler, fDTDHandler, fLexicalHandler, fNamespacePrefixes, fNamespaces, fNormalizeData, fParseInProgress, fQName, LEXICAL_HANDLER, NAMESPACE_PREFIXES, NAMESPACES, NORMALIZE_DATA, STRING_INTERNING
 
Fields inherited from class weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser
fDocumentSource, fInDTD
 
Fields inherited from class weblogic.apache.xerces.parsers.XMLPullParser
ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration
 
Constructor Summary
SAXPullParser()
          Constructs a SAX parser using the dtd/xml schema parser configuration.
SAXPullParser(SymbolTable symbolTable)
          Constructs a SAX parser using the specified symbol table.
SAXPullParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a SAX parser using the specified symbol table and grammar pool.
SAXPullParser(XMLPullParserConfiguration config)
          Constructs a SAX parser using the specified parser configuration.
 
Methods inherited from class weblogic.apache.xerces.parsers.AbstractSAXPullParser
attributeDecl, characters, comment, doctypeDecl, elementDecl, endCDATA, endDocument, endDTD, endElement, endExternalSubset, endGeneralEntity, endParameterEntity, endPrefixMapping, externalEntityDecl, getAttributePSVI, getAttributePSVIByName, getContentHandler, getDeclHandler, getDTDHandler, getElementPSVI, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, ignorableWhitespace, internalEntityDecl, notationDecl, parse, parse, processingInstruction, reset, setContentHandler, setDeclHandler, setDocumentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setLocale, setProperty, startCDATA, startDocument, startElement, startExternalSubset, startGeneralEntity, startParameterEntity, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser
any, element, empty, emptyElement, endAttlist, endConditional, endContentModel, endGroup, getDocumentSource, ignoredCharacters, occurrence, pcdata, separator, setDocumentSource, startAttlist, startConditional, startContentModel, startDTD, startGroup, textDecl, xmlDecl
 
Methods inherited from class weblogic.apache.xerces.parsers.XMLPullParser
parse, parse, setInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFY_BUILTIN_REFS

protected static final java.lang.String NOTIFY_BUILTIN_REFS
Feature identifier: notify built-in refereces.

SYMBOL_TABLE

protected static final java.lang.String SYMBOL_TABLE
Property identifier: symbol table.

XMLGRAMMAR_POOL

protected static final java.lang.String XMLGRAMMAR_POOL
Property identifier: XML grammar pool.
Constructor Detail

SAXPullParser

public SAXPullParser(XMLPullParserConfiguration config)
Constructs a SAX parser using the specified parser configuration.

SAXPullParser

public SAXPullParser()
Constructs a SAX parser using the dtd/xml schema parser configuration.

SAXPullParser

public SAXPullParser(SymbolTable symbolTable)
Constructs a SAX parser using the specified symbol table.

SAXPullParser

public SAXPullParser(SymbolTable symbolTable,
                     XMLGrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81