public static enum XPathParser.ParsedLanguage extends java.lang.Enum<XPathParser.ParsedLanguage>
Enum Constant and Description |
---|
EXTENDED_ITEM_TYPE |
SEQUENCE_TYPE |
XPATH |
XQUERY |
XSLT_PATTERN |
Modifier and Type | Method and Description |
---|---|
static XPathParser.ParsedLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XPathParser.ParsedLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPathParser.ParsedLanguage XPATH
public static final XPathParser.ParsedLanguage XSLT_PATTERN
public static final XPathParser.ParsedLanguage SEQUENCE_TYPE
public static final XPathParser.ParsedLanguage XQUERY
public static final XPathParser.ParsedLanguage EXTENDED_ITEM_TYPE
public static XPathParser.ParsedLanguage[] values()
for (XPathParser.ParsedLanguage c : XPathParser.ParsedLanguage.values()) System.out.println(c);
public static XPathParser.ParsedLanguage 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.