Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.4
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Constants Class Reference
Primary constants used in the XSLTProcessor classes.
More...
#include <Constants.hpp>
Collaboration diagram for Constants:
List of all members.
Public Types
- enum eElementName {
ELEMNAME_UNDEFINED = -1,
ELEMNAME_WITHPARAM = 2,
ELEMNAME_ADDATTRIBUTE = 4,
ELEMNAME_APPLY_TEMPLATES = 50,
ELEMNAME_USE = 34,
ELEMNAME_CHILDREN = 6,
ELEMNAME_CHOOSE = 37,
ELEMNAME_COMMENT = 59,
ELEMNAME_CONSTRUCT = 7,
ELEMNAME_CONTENTS = 8,
ELEMNAME_COPY = 9,
ELEMNAME_COPY_OF = 74,
ELEMNAME_DEFINEATTRIBUTESET = 40,
ELEMNAME_EMPTY = 14,
ELEMNAME_EXTENSION = 54,
ELEMNAME_EXTENSIONHANDLER = 63,
ELEMNAME_FOREACH = 28,
ELEMNAME_KEY = 31,
ELEMNAME_IF = 36,
ELEMNAME_IMPORT = 26,
ELEMNAME_INCLUDE = 27,
ELEMNAME_CALLTEMPLATE = 17,
ELEMNAME_PARAMVARIABLE = 41,
ELEMNAME_NUMBER = 35,
ELEMNAME_OTHERWISE = 39,
ELEMNAME_PI = 58,
ELEMNAME_PRESERVESPACE = 33,
ELEMNAME_TEMPLATE = 19,
ELEMNAME_SORT = 64,
ELEMNAME_STRIPSPACE = 32,
ELEMNAME_STYLESHEET = 25,
ELEMNAME_TEXT = 42,
ELEMNAME_VALUEOF = 30,
ELEMNAME_WHEN = 38,
ELEMNAME_ROOT = 44,
ELEMNAME_ANY = 45,
ELEMNAME_ELEMENT = 46,
ELEMNAME_ATTRIBUTE = 48,
ELEMNAME_PARAM = 56,
ELEMNAME_FALLBACK = 57,
ELEMNAME_APPLY_IMPORTS = 72,
ELEMNAME_VARIABLE = 73,
ELEMNAME_MESSAGE = 75,
ELEMNAME_LITERALRESULT = 77,
ELEMNAME_TEXTLITERALRESULT = 78,
ELEMNAME_EXTENSIONCALL = 79,
ELEMNAME_OUTPUT = 80,
ELEMNAME_COMPONENT = 81,
ELEMNAME_SCRIPT = 82,
ELEMNAME_DECIMALFORMAT = 83,
ELEMNAME_NSALIAS = 84
}
- IDs for XSL element types. More...
Public Methods
Static Public Methods
- void initialize ()
- Perform initialization of statics -- must be called before any processing occurs. More...
- void terminate ()
- Perform termination of statics. More...
Static Public Attributes
Detailed Description
Primary constants used in the XSLTProcessor classes.
Member Enumeration Documentation
|
enum Constants::eElementName |
|
IDs for XSL element types.
These are associated
with the string literals in the XSLTProcessor class.
Don't change the numbers.
-
Enumeration values:
-
Member Function Documentation
void Constants::initialize () [static] |
|
Perform initialization of statics -- must be called before any processing occurs.
See class XSLTInit.
void Constants::terminate () [static] |
|
Perform termination of statics.
See class XSLTInit.
Member Data Documentation
const XalanDOMString & Constants::ATTRNAME_DISABLE_OUTPUT_ESCAPING [static] |
|
const XalanDOMString & Constants::ATTRNAME_EXCLUDE_RESULT_PREFIXES [static] |
|
const XalanDOMString & Constants::ATTRNAME_EXTENSIONELEMENTPREFIXES [static] |
|
const XalanDOMString & Constants::ATTRNAME_OUTPUT_CDATA_SECTION_ELEMENTS [static] |
|
const XalanDOMString & Constants::ATTRNAME_OUTPUT_DOCTYPE_PUBLIC [static] |
|
const XalanDOMString & Constants::ATTRNAME_OUTPUT_DOCTYPE_SYSTEM [static] |
|
const XalanDOMString & Constants::ATTRNAME_OUTPUT_OMITXMLDECL [static] |
|
const XalanDOMString & Constants::DEFAULT_WHITESPACE_SEPARATOR_STRING [static] |
|
Literals for XSL element names.
Note that there are more
names than IDs, because some names map to the same ID.
const XalanDOMString & Constants::ELEMNAME_APPLY_IMPORTS_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_APPLY_IMPORTS_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_APPLY_TEMPLATES_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_APPLY_TEMPLATES_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_ATTRIBUTESET_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_ATTRIBUTESET_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_ATTRIBUTE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_CALLTEMPLATE_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_CALLTEMPLATE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_CHOOSE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_COMMENT_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_COPY_OF_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_COPY_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_DECIMALFORMAT_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_DECIMALFORMAT_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_ELEMENT_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_EXTENSIONHANDLER_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_FALLBACK_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_FOREACH_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_IF_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_MESSAGE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_NUMBER_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_OTHERWISE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_PARAMVARIABLE_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_PARAMVARIABLE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_PI_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_PRESERVESPACE_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_SORT_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_TEMPLATE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_TEXT_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_USE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_VALUEOF_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_VARIABLE_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_WHEN_WITH_PREFIX_STRING [static] |
|
const XalanDOMString & Constants::ELEMNAME_WITHPARAM_WITH_PREFIX_STRING [static] |
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.
|
|
|