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
Fields in org.codehaus.mojo.xml.transformer declared as NameValuePair Modifier and Type Field Description private NameValuePair[]TransformationSet. attributesprivate NameValuePair[]TransformationSet. featuresprivate NameValuePair[]TransformationSet. outputPropertiesprivate NameValuePair[]TransformationSet. parametersMethods 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 voidTransformationSet. setAttributes(NameValuePair[] pAttributes)Sets the attributes, which should be set on the transformer factory.voidTransformationSet. setFeatures(NameValuePair[] pFeatures)Sets the features, which should be set on the transformer factory.voidTransformationSet. setOutputProperties(NameValuePair[] pOutputProperties)Sets the transformers output properties.voidTransformationSet. setParameters(NameValuePair[] pParameters)Sets the stylesheet parameters.
-