Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
OCCURS_ONE_OR_MORE |
4 |
public static final short |
OCCURS_ZERO_OR_MORE |
3 |
public static final short |
OCCURS_ZERO_OR_ONE |
2 |
public static final short |
SEPARATOR_CHOICE |
0 |
public static final short |
SEPARATOR_SEQUENCE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
CONDITIONAL_IGNORE |
1 |
public static final short |
CONDITIONAL_INCLUDE |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
XML_DTD |
"http://www.w3.org/TR/REC-xml" |
public static final java.lang.String |
XML_SCHEMA |
"http://www.w3.org/2001/XMLSchema" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
CONTEXT_ATTRIBUTE |
6 |
public static final short |
CONTEXT_ELEMENT |
5 |
public static final short |
CONTEXT_IMPORT |
2 |
public static final short |
CONTEXT_INCLUDE |
0 |
public static final short |
CONTEXT_INSTANCE |
4 |
public static final short |
CONTEXT_PREPARSE |
3 |
public static final short |
CONTEXT_REDEFINE |
1 |
public static final short |
CONTEXT_XSITYPE |
7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
NOT_RECOGNIZED |
0 |
public static final short |
NOT_SUPPORTED |
1 |
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.