Uses of Class
org.plasma.xml.xslt.YesOrNo

Packages that use YesOrNo
org.plasma.xml.xslt PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of YesOrNo in org.plasma.xml.xslt
 

Fields in org.plasma.xml.xslt declared as YesOrNo
protected  YesOrNo ValueOf.disableOutputEscaping
           
protected  YesOrNo Text.disableOutputEscaping
           
protected  YesOrNo Output.indent
           
protected  YesOrNo Output.omitXmlDeclaration
           
protected  YesOrNo Output.standalone
           
protected  YesOrNo Message.terminate
           
 

Methods in org.plasma.xml.xslt that return YesOrNo
static YesOrNo YesOrNo.fromValue(String v)
           
 YesOrNo ValueOf.getDisableOutputEscaping()
          Gets the value of the disableOutputEscaping property.
 YesOrNo Text.getDisableOutputEscaping()
          Gets the value of the disableOutputEscaping property.
 YesOrNo Output.getIndent()
          Gets the value of the indent property.
 YesOrNo Output.getOmitXmlDeclaration()
          Gets the value of the omitXmlDeclaration property.
 YesOrNo Output.getStandalone()
          Gets the value of the standalone property.
 YesOrNo Message.getTerminate()
          Gets the value of the terminate property.
static YesOrNo YesOrNo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YesOrNo[] YesOrNo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.xml.xslt with parameters of type YesOrNo
 void ValueOf.setDisableOutputEscaping(YesOrNo value)
          Sets the value of the disableOutputEscaping property.
 void Text.setDisableOutputEscaping(YesOrNo value)
          Sets the value of the disableOutputEscaping property.
 void Output.setIndent(YesOrNo value)
          Sets the value of the indent property.
 void Output.setOmitXmlDeclaration(YesOrNo value)
          Sets the value of the omitXmlDeclaration property.
 void Output.setStandalone(YesOrNo value)
          Sets the value of the standalone property.
 void Message.setTerminate(YesOrNo value)
          Sets the value of the terminate property.
 



Copyright © 2014. All rights reserved.