net.sf.saxon.ant
Class AntTransform.OutputProperty

java.lang.Object
  extended by net.sf.saxon.ant.AntTransform.OutputProperty
Enclosing class:
AntTransform

public static class AntTransform.OutputProperty
extends Object

Specify how the result tree should be output as specified in the Serialization specification.

Since:
Ant 1.5

Constructor Summary
AntTransform.OutputProperty()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
          set the name for this property
 void setValue(String value)
          set the value for this property
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTransform.OutputProperty

public AntTransform.OutputProperty()
Method Detail

getName

public String getName()
Returns:
the output property name.

setName

public void setName(String name)
set the name for this property

Parameters:
name - A non-null String that specifies an output property name, which may be namespace qualified.

getValue

public String getValue()
Returns:
the output property value.

setValue

public void setValue(String value)
set the value for this property

Parameters:
value - The non-null string value of the output property.


Copyright (C) Michael H. Kay. All rights reserved.