Uses of Class
org.codehaus.mojo.xml.transformer.NameValuePair

Packages that use NameValuePair
org.codehaus.mojo.xml.transformer   
 

Uses of NameValuePair in org.codehaus.mojo.xml.transformer
 

Methods in org.codehaus.mojo.xml.transformer that return NameValuePair
 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
 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-2009 The Apache Software Foundation. All Rights Reserved.