Uses of Class
org.codehaus.mojo.xml.transformer.NameValuePair
Packages that use NameValuePair
-
Uses of NameValuePair in org.codehaus.mojo.xml.transformer
Methods in org.codehaus.mojo.xml.transformer that return NameValuePairModifier and TypeMethodDescriptionTransformationSet.getAttributes()
Returns the attributes, which should be set on the transformer factory.TransformationSet.getFeatures()
Returns the features, which should be set on the transformer factory.TransformationSet.getOutputProperties()
Returns the transformers output properties.TransformationSet.getParameters()
Returns the stylesheet parameters.Methods in org.codehaus.mojo.xml.transformer with parameters of type NameValuePairModifier and TypeMethodDescriptionvoid
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.