| org.netbeans.modules.xslt.model.XslConstants
XslConstants | public interface XslConstants (Code) | | This is storage for various constant values that
cannot be expressed in enum terms.
author: ads |
Field Summary | |
String | ALL Used in various places : can be result value for
mode attribute for Template. | String | CURRENT Used in various places : can be result value for attribute mode ApplyTemplates. | String | DEFAULT Used in various places : can be result value for attributes stylesheet-prefix,
result-prefix in NamespaceAlias , mode attribute for Template, ApplyTemplates. |
ALL | String ALL(Code) | | Used in various places : can be result value for
mode attribute for Template.
|
CURRENT | String CURRENT(Code) | | Used in various places : can be result value for attribute mode ApplyTemplates.
|
DEFAULT | String DEFAULT(Code) | | Used in various places : can be result value for attributes stylesheet-prefix,
result-prefix in NamespaceAlias , mode attribute for Template, ApplyTemplates.
|
|
|