public static class JDXSLTProcess.Factory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JDXSLTProcess.Factory.Attribute
A JAXP factory attribute.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Vector |
attributes
the list of factory attributes to use for TraXLiaison
|
private java.lang.String |
name
the factory class name to use for TraXLiaison
|
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(JDXSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute.
|
java.util.Enumeration |
getAttributes()
return the attribute elements.
|
java.lang.String |
getName() |
void |
setName(java.lang.String name)
Set the name of the factory
|
private java.lang.String name
private java.util.Vector attributes
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the factory.public void addAttribute(JDXSLTProcess.Factory.Attribute attr)
public java.util.Enumeration getAttributes()