Package | Description |
---|---|
org.codehaus.mojo.xml.transformer |
Modifier and Type | Method and Description |
---|---|
NameValuePair[] |
TransformationSet.getAttributes()
Returns the attributes, which should be set on the transformer factory.
|
NameValuePair[] |
TransformationSet.getFeatures()
Returns the features, which should be set on the transformer factory.
|
NameValuePair[] |
TransformationSet.getOutputProperties()
Returns the transformers output properties.
|
NameValuePair[] |
TransformationSet.getParameters()
Returns the stylesheet parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationSet.setAttributes(NameValuePair[] pAttributes)
Sets the attributes, which should be set on the transformer factory.
|
void |
TransformationSet.setFeatures(NameValuePair[] pFeatures)
Sets the features, which should be set on the transformer factory.
|
void |
TransformationSet.setOutputProperties(NameValuePair[] pOutputProperties)
Sets the transformers output properties.
|
void |
TransformationSet.setParameters(NameValuePair[] pParameters)
Sets the stylesheet parameters.
|
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.