public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_DECLARED
Boolean indicating whether an attribute is declared in the DTD is stored
in augmentations using the string "ATTRIBUTE_DECLARED".
|
static String |
BUFFER_SIZE_PROPERTY
Input buffer size property ("input-buffer-size").
|
static String |
CHAR_REF_PROBABLE_WS
Boolean indicating whether a character is a probable white space
character (ch <= 0x20) that was the replacement text of a character
reference is stored in augmentations using the string "CHAR_REF_PROBABLE_WS".
|
static String |
CONTINUE_AFTER_FATAL_ERROR_FEATURE
Continue after fatal error feature ("continue-after-fatal-error").
|
static String |
CREATE_CDATA_NODES_FEATURE
Create cdata nodes feature ("create-cdata-nodes").
|
static String |
CREATE_ENTITY_REF_NODES_FEATURE
Create entity reference nodes feature ("dom/create-entity-ref-nodes").
|
static String |
DOCUMENT_SCANNER_PROPERTY
Document scanner property ("internal/document-scanner").
|
static String |
DOCUMENT_XML_VERSION_PROPERTY
Document XML version property ("document-xml-version").
|
static String |
ENTITY_MANAGER_PROPERTY
Entity manager property ("internal/entity-manager").
|
static String |
ENTITY_SKIPPED
Boolean indicating whether an entity referenced in the document has
not been read is stored in augmentations using the string "ENTITY_SKIPPED".
|
static String |
ERROR_HANDLER_PROPERTY
Error handler property ("internal/error-handler").
|
static String |
ERROR_REPORTER_PROPERTY
Error reporter property ("internal/error-reporter").
|
static String |
INCLUDE_COMMENTS_FEATURE
Comments feature ("include-comments").
|
static String |
INCLUDE_IGNORABLE_WHITESPACE
Include ignorable whitespace feature ("dom/include-ignorable-whitespace").
|
static String |
LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE
Lexical handler parameter entities feature ("lexical-handler/parameter-entities").
|
static String |
LEXICAL_HANDLER_PROPERTY
Lexical handler property ("lexical-handler").
|
static String |
NAMESPACE_BINDER_PROPERTY
Namespace binder property ("internal/namespace-binder").
|
static String |
NAMESPACE_PREFIXES_FEATURE
Namespace prefixes feature ("namespace-prefixes").
|
static String |
NAMESPACES_FEATURE
Namespaces feature ("namespaces").
|
static String |
NOTIFY_BUILTIN_REFS_FEATURE
Notify built-in (&, etc.) references feature (scanner/notify-builtin-refs").
|
static String |
NOTIFY_CHAR_REFS_FEATURE
Notify character references feature (scanner/notify-char-refs").
|
static String |
SAX_FEATURE_PREFIX
SAX feature prefix ("http://xml.org/sax/features/").
|
static String |
SAX_PROPERTY_PREFIX
SAX property prefix ("http://xml.org/sax/properties/").
|
static String |
STANDARD_URI_CONFORMANT_FEATURE
Standard URI conformant feature ("standard-uri-conformant").
|
static String |
SYMBOL_TABLE_PROPERTY
Symbol table property ("internal/symbol-table").
|
static String |
UNICODE_NORMALIZATION_CHECKING_FEATURE
Unicode normalization checking feature ("unicode-normalization-checking").
|
static String |
XERCES_FEATURE_PREFIX
Xerces features prefix ("http://apache.org/xml/features/").
|
static String |
XERCES_PROPERTY_PREFIX
Xerces properties prefix ("http://apache.org/xml/properties/").
|
static short |
XML_VERSION_1_0 |
static short |
XML_VERSION_1_1 |
static short |
XML_VERSION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static Enumeration<Object> |
getSAXFeatures() |
static Enumeration<Object> |
getSAXProperties() |
static Enumeration<Object> |
getXercesFeatures() |
static Enumeration<Object> |
getXercesProperties() |
static void |
main(String[] argv) |
public static final String SAX_FEATURE_PREFIX
public static final String NAMESPACES_FEATURE
public static final String NAMESPACE_PREFIXES_FEATURE
public static final String LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE
public static final String UNICODE_NORMALIZATION_CHECKING_FEATURE
public static final String SAX_PROPERTY_PREFIX
public static final String LEXICAL_HANDLER_PROPERTY
public static final String DOCUMENT_XML_VERSION_PROPERTY
public static final String INCLUDE_COMMENTS_FEATURE
public static final String CREATE_CDATA_NODES_FEATURE
public static final String XERCES_FEATURE_PREFIX
public static final String CONTINUE_AFTER_FATAL_ERROR_FEATURE
public static final String CREATE_ENTITY_REF_NODES_FEATURE
public static final String INCLUDE_IGNORABLE_WHITESPACE
public static final String NOTIFY_CHAR_REFS_FEATURE
public static final String NOTIFY_BUILTIN_REFS_FEATURE
public static final String STANDARD_URI_CONFORMANT_FEATURE
public static final String XERCES_PROPERTY_PREFIX
public static final String SYMBOL_TABLE_PROPERTY
public static final String ERROR_REPORTER_PROPERTY
public static final String ERROR_HANDLER_PROPERTY
public static final String ENTITY_MANAGER_PROPERTY
public static final String BUFFER_SIZE_PROPERTY
public static final String DOCUMENT_SCANNER_PROPERTY
public static final String NAMESPACE_BINDER_PROPERTY
public static final String ATTRIBUTE_DECLARED
public static final String ENTITY_SKIPPED
public static final String CHAR_REF_PROBABLE_WS
public static final short XML_VERSION_ERROR
public static final short XML_VERSION_1_0
public static final short XML_VERSION_1_1
public static Enumeration<Object> getSAXFeatures()
public static Enumeration<Object> getSAXProperties()
public static Enumeration<Object> getXercesFeatures()
public static Enumeration<Object> getXercesProperties()
public static void main(String[] argv)
Copyright © 2023 Gargoyle Software Inc.. All rights reserved.