public static enum SaxonProcessorDelegate.NextSteps extends Enum<SaxonProcessorDelegate.NextSteps>
SaxonProcessorDelegate.startElement(XdmNode, SaxonBuilder) method
has been called.| Enum Constant and Description |
|---|
PROCESS_ATTRIBUTES |
PROCESS_CHILDREN |
START_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
static SaxonProcessorDelegate.NextSteps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaxonProcessorDelegate.NextSteps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaxonProcessorDelegate.NextSteps PROCESS_CHILDREN
public static final SaxonProcessorDelegate.NextSteps PROCESS_ATTRIBUTES
public static final SaxonProcessorDelegate.NextSteps START_CONTENT
public static SaxonProcessorDelegate.NextSteps[] values()
for (SaxonProcessorDelegate.NextSteps c : SaxonProcessorDelegate.NextSteps.values()) System.out.println(c);
public static SaxonProcessorDelegate.NextSteps valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2009-2012 TranceCode. All Rights Reserved.