public enum BuiltInRules extends java.lang.Enum<BuiltInRules>
xsl:mode/@on-no-match, decomposed into more
primitive actions| Enum Constant and Description |
|---|
APPLY_TEMPLATES_TO_ATTRIBUTES |
APPLY_TEMPLATES_TO_CHILDREN |
DEEP_COPY |
DEEP_SKIP |
FAIL |
SHALLOW_COPY |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInRules |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInRules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInRules DEEP_COPY
public static final BuiltInRules DEEP_SKIP
public static final BuiltInRules FAIL
public static final BuiltInRules SHALLOW_COPY
public static final BuiltInRules APPLY_TEMPLATES_TO_ATTRIBUTES
public static final BuiltInRules APPLY_TEMPLATES_TO_CHILDREN
public static BuiltInRules[] values()
for (BuiltInRules c : BuiltInRules.values()) System.out.println(c);
public static BuiltInRules valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.