public static class XSLTProcess.Factory
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
XSLTProcess.Factory.Attribute |
A JAXP factory attribute.
|
static class |
XSLTProcess.Factory.Feature |
A feature for the TraX factory.
|
Constructor | Description |
---|---|
Factory() |
Modifier and Type | Method | Description |
---|---|---|
void |
addAttribute(XSLTProcess.Factory.Attribute attr) |
Create an instance of a factory attribute.
|
void |
addFeature(XSLTProcess.Factory.Feature feature) |
Create an instance of a factory feature.
|
java.util.Enumeration<XSLTProcess.Factory.Attribute> |
getAttributes() |
return the attribute elements.
|
java.lang.Iterable<XSLTProcess.Factory.Feature> |
getFeatures() |
The configured features.
|
java.lang.String |
getName() |
|
void |
setName(java.lang.String name) |
Set the name of the factory
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the factory.public void addAttribute(XSLTProcess.Factory.Attribute attr)
attr
- the newly created factory attributepublic java.util.Enumeration<XSLTProcess.Factory.Attribute> getAttributes()
public void addFeature(XSLTProcess.Factory.Feature feature)
feature
- the newly created featurepublic java.lang.Iterable<XSLTProcess.Factory.Feature> getFeatures()