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