Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


StylesheetConstructionContext Member List

This is the complete list of members for StylesheetConstructionContext, including all inherited members.

allocateAVTPartPointerVector(size_type theLength)=0StylesheetConstructionContextpure virtual
allocateAVTPointerVector(size_type theLength)=0StylesheetConstructionContextpure virtual
allocateXalanDOMCharVector(XalanDOMString::size_type theLength)=0StylesheetConstructionContextpure virtual
allocateXalanDOMCharVector(const XalanDOMChar *theString, XalanDOMString::size_type theLength=XalanDOMString::npos, bool fTerminate=true)=0StylesheetConstructionContextpure virtual
create(const XalanDOMString &theBaseIdentifier)=0StylesheetConstructionContextpure virtual
create(const XSLTInputSource &theInputSource)=0StylesheetConstructionContextpure virtual
create(StylesheetRoot &theStylesheetRoot, const XalanDOMString &theBaseIdentifier)=0StylesheetConstructionContextpure virtual
createAVT(const Locator *locator, const XalanDOMChar *name, const XalanDOMChar *stringedValue, const PrefixResolver &resolver)=0StylesheetConstructionContextpure virtual
createAVTPart(const XalanDOMChar *theString, XalanDOMString::size_type theLength=XalanDOMString::npos)=0StylesheetConstructionContextpure virtual
createAVTPart(const Locator *locator, const XalanDOMChar *str, XalanDOMString::size_type len, const PrefixResolver &resolver)=0StylesheetConstructionContextpure virtual
createElement(int token, Stylesheet &stylesheetTree, const AttributeList &atts, const Locator *locator=0)=0StylesheetConstructionContextpure virtual
createElement(int token, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeList &atts, const Locator *locator=0)=0StylesheetConstructionContextpure virtual
createElement(Stylesheet &stylesheetTree, const XalanDOMChar *chars, XalanDOMString::size_type length, bool preserveSpace, bool disableOutputEscaping, const Locator *locator=0)=0StylesheetConstructionContextpure virtual
createElement(Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeList &atts, ExtensionNSHandler &handler, const Locator *locator=0)=0StylesheetConstructionContextpure virtual
createMatchPattern(const Locator *locator, const XalanDOMString &str, const PrefixResolver &resolver, bool allowVariableReferences=true, bool allowKeyFunction=true)=0StylesheetConstructionContextpure virtual
createMatchPattern(const Locator *locator, const XalanDOMChar *str, const PrefixResolver &resolver, bool allowVariableReferences=true, bool allowKeyFunction=true)=0StylesheetConstructionContextpure virtual
createXalanMatchPatternData(const ElemTemplate &theTemplate, size_type thePosition, const XalanDOMString &theTargetString, const XPath &theMatchPattern, const XalanDOMString &thePatternString, XPath::eMatchScore thePriority)=0StylesheetConstructionContextpure virtual
createXalanQName(const XalanDOMString &qname, const NamespacesStackType &namespaces, const Locator *locator=0, bool fUseDefault=false)=0StylesheetConstructionContextpure virtual
createXalanQName(const XalanDOMChar *qname, const NamespacesStackType &namespaces, const Locator *locator=0, bool fUseDefault=false)=0StylesheetConstructionContextpure virtual
createXPath(const Locator *locator, const XalanDOMString &str, const PrefixResolver &resolver, bool allowVariableReferences=true, bool allowKeyFunction=true)=0StylesheetConstructionContextpure virtual
createXPath(const Locator *locator, const XalanDOMChar *str, const PrefixResolver &resolver, bool allowVariableReferences=true, bool allowKeyFunction=true)=0StylesheetConstructionContextpure virtual
createXPath(const Locator *locator, const XalanDOMChar *str, XalanDOMString::size_type len, const PrefixResolver &resolver, bool allowVariableReferences=true, bool allowKeyFunction=true)=0StylesheetConstructionContextpure virtual
defaultFormat(PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)ProblemListenerBasestatic
defaultFormat(PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)ProblemListenerBasestatic
destroy(StylesheetRoot *theStylesheetRoot)=0StylesheetConstructionContextpure virtual
eClassification enum nameProblemListenerBase
eClassificationCount enum valueProblemListenerBase
eElementToken enum nameStylesheetConstructionContext
eERROR enum valueProblemListenerBase
eError enum valueProblemListenerBase
ELEMNAME_APPLY_IMPORTS enum valueStylesheetConstructionContext
ELEMNAME_APPLY_TEMPLATES enum valueStylesheetConstructionContext
ELEMNAME_ATTRIBUTE enum valueStylesheetConstructionContext
ELEMNAME_ATTRIBUTE_SET enum valueStylesheetConstructionContext
ELEMNAME_CALL_TEMPLATE enum valueStylesheetConstructionContext
ELEMNAME_CHOOSE enum valueStylesheetConstructionContext
ELEMNAME_COMMENT enum valueStylesheetConstructionContext
ELEMNAME_COPY enum valueStylesheetConstructionContext
ELEMNAME_COPY_OF enum valueStylesheetConstructionContext
ELEMNAME_DECIMAL_FORMAT enum valueStylesheetConstructionContext
ELEMNAME_ELEMENT enum valueStylesheetConstructionContext
ELEMNAME_EMPTY enum valueStylesheetConstructionContext
ELEMNAME_EXTENSION enum valueStylesheetConstructionContext
ELEMNAME_EXTENSION_CALL enum valueStylesheetConstructionContext
ELEMNAME_EXTENSION_HANDLER enum valueStylesheetConstructionContext
ELEMNAME_FALLBACK enum valueStylesheetConstructionContext
ELEMNAME_FOR_EACH enum valueStylesheetConstructionContext
ELEMNAME_FORWARD_COMPATIBLE enum valueStylesheetConstructionContext
ELEMNAME_IF enum valueStylesheetConstructionContext
ELEMNAME_IMPORT enum valueStylesheetConstructionContext
ELEMNAME_INCLUDE enum valueStylesheetConstructionContext
ELEMNAME_KEY enum valueStylesheetConstructionContext
ELEMNAME_LITERAL_RESULT enum valueStylesheetConstructionContext
ELEMNAME_MESSAGE enum valueStylesheetConstructionContext
ELEMNAME_NAMESPACE_ALIAS enum valueStylesheetConstructionContext
ELEMNAME_NUMBER enum valueStylesheetConstructionContext
ELEMNAME_OTHERWISE enum valueStylesheetConstructionContext
ELEMNAME_OUTPUT enum valueStylesheetConstructionContext
ELEMNAME_PARAM enum valueStylesheetConstructionContext
ELEMNAME_PI enum valueStylesheetConstructionContext
ELEMNAME_PRESERVE_SPACE enum valueStylesheetConstructionContext
ELEMNAME_SORT enum valueStylesheetConstructionContext
ELEMNAME_STRIP_SPACE enum valueStylesheetConstructionContext
ELEMNAME_STYLESHEET enum valueStylesheetConstructionContext
ELEMNAME_TEMPLATE enum valueStylesheetConstructionContext
ELEMNAME_TEXT enum valueStylesheetConstructionContext
ELEMNAME_TEXT_LITERAL_RESULT enum valueStylesheetConstructionContext
ELEMNAME_UNDEFINED enum valueStylesheetConstructionContext
ELEMNAME_VALUE_OF enum valueStylesheetConstructionContext
ELEMNAME_VARIABLE enum valueStylesheetConstructionContext
ELEMNAME_WHEN enum valueStylesheetConstructionContext
ELEMNAME_WITH_PARAM enum valueStylesheetConstructionContext
eMESSAGE enum valueProblemListenerBase
eMessage enum valueProblemListenerBase
eProblemSource typedefProblemListenerBase
eSource enum nameProblemListenerBase
eSourceCount enum valueProblemListenerBase
eWarning enum valueProblemListenerBase
eWARNING enum valueProblemListenerBase
eXMLParser enum valueProblemListenerBase
eXMLPARSER enum valueProblemListenerBase
eXPATH enum valueProblemListenerBase
eXPath enum valueProblemListenerBase
eXSLPROCESSOR enum valueProblemListenerBase
eXSLTProcessor enum valueProblemListenerBase
GetAndReleaseCachedString typedefXPathConstructionContext
getCachedString()=0StylesheetConstructionContextpure virtual
getElementToken(const XalanDOMString &name) const =0StylesheetConstructionContextpure virtual
getLocatorFromStack() const =0StylesheetConstructionContextpure virtual
getMemoryManager() constXPathConstructionContextinline
getMemoryManager()XPathConstructionContextinline
getPooledString(const XalanDOMString &theString)=0StylesheetConstructionContextpure virtual
getPooledString(const XalanDOMChar *theString, XalanDOMString::size_type theLength=XalanDOMString::npos)=0StylesheetConstructionContextpure virtual
getURLFromString(const XalanDOMString &urlString)=0StylesheetConstructionContextpure virtual
getURLFromString(const XalanDOMString &urlString, const XalanDOMString &base)=0StylesheetConstructionContextpure virtual
getURLStringFromString(const XalanDOMString &urlString, XalanDOMString &theResult)=0StylesheetConstructionContextpure virtual
getURLStringFromString(const XalanDOMString &urlString, const XalanDOMString &base, XalanDOMString &theResult)=0StylesheetConstructionContextpure virtual
getXalanXSLNameSpaceURL() const =0StylesheetConstructionContextpure virtual
getXSLTNamespaceURI() const =0StylesheetConstructionContextpure virtual
getXSLTVersionSupported() const =0StylesheetConstructionContextpure virtual
isValidQName(const XalanDOMChar *theName, const Stylesheet &theStylesheet, const Locator *theLocator=0)=0StylesheetConstructionContextpure virtual
isXMLSpaceAttribute(const XalanDOMChar *theAttributeName, const Stylesheet &theStylesheet, const Locator *theLocator=0)=0StylesheetConstructionContextpure virtual
isXSLUseAttributeSetsAttribute(const XalanDOMChar *theAttributeName, const Stylesheet &theStylesheet, const Locator *theLocator=0)=0StylesheetConstructionContextpure virtual
NamespacesStackType typedefStylesheetConstructionContext
parseXML(const XalanDOMString &urlString, DocumentHandler *docHandler, XalanDocument *docToRegister, ErrorHandler *theErrorHandler=0)=0StylesheetConstructionContextpure virtual
popLocatorStack()=0StylesheetConstructionContextpure virtual
problem(eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)=0StylesheetConstructionContextpure virtual
problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0StylesheetConstructionContextpure virtual
ProblemListenerBase()ProblemListenerBase
pushLocatorOnStack(const Locator *locator)=0StylesheetConstructionContextpure virtual
releaseCachedString(XalanDOMString &theString)=0StylesheetConstructionContextpure virtual
reset()=0StylesheetConstructionContextpure virtual
s_messageCodesProblemListenerBaseprotectedstatic
StylesheetConstructionContext(MemoryManager &theManager)StylesheetConstructionContextexplicit
tokenizeQNames(size_type &count, const XalanDOMChar *qnameTokens, const NamespacesStackType &namespaces, const Locator *locator=0, bool fUseDefault=false)=0StylesheetConstructionContextpure virtual
URLAutoPtrType typedefStylesheetConstructionContext
XPathConstructionContext(MemoryManager &theManager)XPathConstructionContext
~ProblemListenerBase()ProblemListenerBasevirtual
~StylesheetConstructionContext()StylesheetConstructionContextvirtual
~XPathConstructionContext()XPathConstructionContextvirtual

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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo