Package | Description |
---|---|
javax.xml.parsers | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax |
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 boolean |
DocumentBuilderFactory.getFeature(java.lang.String name)
Get the state of the named feature.
|
abstract DocumentBuilder |
DocumentBuilderFactory.newDocumentBuilder()
Creates a new instance of a
DocumentBuilder
using the currently configured parameters. |
abstract SAXParser |
SAXParserFactory.newSAXParser()
Creates a new instance of a SAXParser using the currently
configured factory parameters.
|
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 |
DocumentBuilderFactory.setFeature(java.lang.String name,
boolean value)
Set a feature for this
DocumentBuilderFactory and DocumentBuilder s created by this factory. |
Modifier and Type | Method and Description |
---|---|
Document |
AbstractTranslet.newDocument(java.lang.String uri,
java.lang.String qname) |
Modifier and Type | Method and Description |
---|---|
SerializationHandler |
TransletOutputHandlerFactory.getSerializationHandler() |
Constructor and Description |
---|
SAX2DOM() |
SAX2DOM(Node root) |
SAX2DOM(Node root,
Node nextSibling) |
Copyright © 2014 Apache XML Project. All Rights Reserved.