References Deprecated
AbstractSAXParser
is deprecated or references (maybe indirectly) at least one deprecated element.
See corresponding docs for further information.
Modifier and Type | Field and Description |
---|---|
protected static final String | NOTIFY_BUILTIN_REFS
Feature identifier: notify built-in refereces. |
private static final String[] | RECOGNIZED_FEATURES
Hides com. |
private static final String[] | RECOGNIZED_PROPERTIES
Hides com. |
protected static final String | |
protected static final String | SYMBOL_TABLE
Property identifier: symbol table. |
protected static final String | XMLGRAMMAR_POOL
Property identifier: XML grammar pool. |
Access | Constructor and Description |
---|---|
public | SAXParser(XMLParserConfiguration config)
Constructs a SAX parser using the specified parser configuration. |
public | |
public | |
public | SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool. |
public | SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLSecurityPropertyManager securityPropertyMgr, XMLSecurityManager securityManager)
|
Modifier and Type | Method and Description |
---|---|
public void | setProperty(String
The unique identifier (URI) of the property
being set. name, Object The value to which the property is being set. value)Overrides com. Implements org. Sets the particular property in the underlying implementation of org.xml.sax.XMLReader. |
NOTIFY_BUILTIN_REFS | back to summary |
---|---|
protected static final String NOTIFY_BUILTIN_REFS Feature identifier: notify built-in refereces. |
RECOGNIZED_FEATURES | back to summary |
---|---|
private static final String[] RECOGNIZED_FEATURES Hides com. Recognized features. |
RECOGNIZED_PROPERTIES | back to summary |
---|---|
private static final String[] RECOGNIZED_PROPERTIES Hides com. Recognized properties. |
REPORT_WHITESPACE | back to summary |
---|---|
protected static final String REPORT_WHITESPACE |
SYMBOL_TABLE | back to summary |
---|---|
protected static final String SYMBOL_TABLE Property identifier: symbol table. |
XMLGRAMMAR_POOL | back to summary |
---|---|
protected static final String XMLGRAMMAR_POOL Property identifier: XML grammar pool. |
SAXParser | back to summary |
---|---|
public SAXParser(XMLParserConfiguration config) Constructs a SAX parser using the specified parser configuration. |
SAXParser | back to summary |
---|---|
public SAXParser() Constructs a SAX parser using the dtd/xml schema parser configuration. |
SAXParser | back to summary |
---|---|
public SAXParser(SymbolTable symbolTable) Constructs a SAX parser using the specified symbol table. |
SAXParser | back to summary |
---|---|
public SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool) Constructs a SAX parser using the specified symbol table and grammar pool. |
SAXParser | back to summary |
---|---|
public SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLSecurityPropertyManager securityPropertyMgr, XMLSecurityManager securityManager) |
setProperty | back to summary |
---|---|
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException Overrides com. Implements org. Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
|