Uses of Class
org.codehaus.mojo.xml.transformer.NameValuePair
-
Packages that use NameValuePair Package Description org.codehaus.mojo.xml.transformer -
-
Uses of NameValuePair in org.codehaus.mojo.xml.transformer
Methods in org.codehaus.mojo.xml.transformer that return NameValuePair Modifier and Type Method 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.Methods in org.codehaus.mojo.xml.transformer with parameters of type NameValuePair Modifier and Type Method 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.
-