Package | Description |
---|---|
javax.xml.parsers | |
javax.xml.validation | |
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xsltc.trax | |
org.xml.sax | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SAXParserFactory.getFeature(java.lang.String name)
Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
abstract java.lang.Object |
SAXParser.getProperty(java.lang.String name)
Returns the particular property requested for in the underlying
implementation of
XMLReader . |
abstract void |
SAXParserFactory.setFeature(java.lang.String name,
boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
|
abstract void |
SAXParser.setProperty(java.lang.String name,
java.lang.Object value)
Sets the particular property in the underlying implementation of
XMLReader . |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidatorHandler.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
boolean |
Validator.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
boolean |
SchemaFactory.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
java.lang.Object |
ValidatorHandler.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
Validator.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
SchemaFactory.getProperty(java.lang.String name)
Look up the value of a property.
|
void |
ValidatorHandler.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
Validator.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
SchemaFactory.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
ValidatorHandler.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
void |
Validator.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
void |
SchemaFactory.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
Modifier and Type | Method and Description |
---|---|
void |
PipeDocument.usePipe(java.util.Vector vTHandler,
java.lang.String source,
java.lang.String target)
Uses a Vector of TransformerHandlers to pipe XML input document through
a series of 1 or more transformations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransformerImpl.getFeature(java.lang.String name)
Look up the value of a feature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DOM2TO.getFeature(java.lang.String name)
This class is only used internally so this method should never
be called.
|
boolean |
DOM2SAX.getFeature(java.lang.String name)
This class is only used internally so this method should never
be called.
|
java.lang.Object |
DOM2TO.getProperty(java.lang.String name)
This class is only used internally so this method should never
be called.
|
java.lang.Object |
DOM2SAX.getProperty(java.lang.String name)
This class is only used internally so this method should never
be called.
|
void |
DOM2TO.setFeature(java.lang.String name,
boolean value)
This class is only used internally so this method should never
be called.
|
void |
DOM2SAX.setFeature(java.lang.String name,
boolean value)
This class is only used internally so this method should never
be called.
|
void |
DOM2TO.setProperty(java.lang.String name,
java.lang.Object value)
This class is only used internally so this method should never
be called.
|
void |
DOM2SAX.setProperty(java.lang.String name,
java.lang.Object value)
This class is only used internally so this method should never
be called.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLReader.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
java.lang.Object |
XMLReader.getProperty(java.lang.String name)
Look up the value of a property.
|
void |
XMLReader.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
XMLReader.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLFilterImpl.getFeature(java.lang.String name)
Look up the value of a feature.
|
boolean |
ParserAdapter.getFeature(java.lang.String name)
Check a parser feature flag.
|
java.lang.Object |
XMLFilterImpl.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
ParserAdapter.getProperty(java.lang.String name)
Get a parser property.
|
void |
XMLFilterImpl.setFeature(java.lang.String name,
boolean value)
Set the value of a feature.
|
void |
ParserAdapter.setFeature(java.lang.String name,
boolean value)
Set a feature flag for the parser.
|
void |
XMLFilterImpl.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property.
|
void |
ParserAdapter.setProperty(java.lang.String name,
java.lang.Object value)
Set a parser property.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.