| Package | Description |
|---|---|
| com.sun.ukit.jaxp | |
| javax.xml.parsers |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParserFactory.getFeature(String name)
Returns the particular property requested for in the underlying
implementation of DefaultHandler.
|
void |
ParserFactory.setFeature(String name,
boolean value)
Sets the particular feature in the underlying implementation of
DefaultHandler.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
SAXParserFactory.getFeature(String name)
Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
abstract void |
SAXParserFactory.setFeature(String name,
boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
|
Copyright © 2012 code4tv.com. All Rights Reserved.