| org.netbeans.modules.xslt.model.DisableOutputExcapingSpec
DisableOutputExcapingSpec | public interface DisableOutputExcapingSpec (Code) | | "disable-output-escaping" attribute holder.
author: ads |
DISABLE_OUTPUT_ESCAPING | String DISABLE_OUTPUT_ESCAPING(Code) | | Deprecated attribute.
|
getDisableOutputEscaping | TBoolean getDisableOutputEscaping()(Code) | | Gets the disable-output-escaping property.
the disable-output-escaping property value |
setDisableOutputEscaping | void setDisableOutputEscaping(TBoolean value)(Code) | | Sets the disable-ouptut-escaping property.
Parameters: disableOutputEscaping - the new property value |
|
|