ACEXML 7.0.7
|
-*- HTML-Helper -*-
There are special features in ACEXML Parser that can be activated/deactivated thru setFeature
. Likewise, whether a feature has been activated or not can be queried using getFeature
.
Here is a list of supported features:
namespaces - When this feature is enabled, ACEXML parser allows access by namespace qualified names.
|
private |
Alternative obstack used to hold any strings when the original is in use.
|
private |
|
private |
Stack used to hold the Parser_Context.
|
private |
Current parser context.
|
private |
Document Type.
|
private |
Keeping track of the handlers. We do not manage the memory for handlers.
|
private |
|
private |
|
private |
If set, the document has an external DTD subset.
|
private |
T => We are parsing an external entity value.
|
private |
Set of external parsed general entities in the document.
|
private |
Set of external parsed parameter entities in the document.
|
private |
T => We are parsing an external subset.
|
private |
Set used to hold the general entity references that are active.
|
private |
T => Internal DTD has parameter entity references.
|
private |
If set, the document has an internal DTD.
|
private |
Set of internal parsed general entities in the document.
|
private |
Set of internal parsed parameter entities in the document.
|
private |
If set, the parser should include namespace declarations in the list of attributes of an element.
|
staticprivate |
This constant string defines the SAX XML Namespace prefixes feature. Normally the list of attributes returned by the parser will not contain attributes used as namespace declarations (xmlns*). When this feature is enabled, the list of attributes contains the namespace declarations also.
|
private |
If set, the parser should allow access by namespace qualified names.
|
staticprivate |
This constant string defines the SAX XML Namespace feature. When this feature is enabled, ACEXML parser allows access by namespace qualified names.
|
private |
T => We are processing a nested namespace.
|
private |
Set of notations declared in the document.
|
private |
Obstack used by the parser to hold all the strings parsed.
|
private |
Set used to hold the parameter entity references that are active.
|
private |
Set of predefined entities used by the parser.
|
private |
State of the parser when it encounters a reference.
|
private |
Feature flags If set, the parser should parse a document without a prolog
|
staticprivate |
This constant string defines the name of "simple XML parsing" feature. When this feature is enabled, ACEXML parser is allowed to parse a simple XML stream without mandated XML prolog and no DTD definition.
|
private |
If set, the document is a standalone XML document.
|
private |
Set of unparsed entities in the document.
|
private |
If set, the parser should also validate.
|
staticprivate |
This constant string defines the SAX XML Validation feature. When this feature is enabled, the parser validates the document in addition to checking for well-formedness.
|
private |
Namespace stack used by the parser to implement support for Namespaces.