 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMLITERALRESULT_HEADER_GUARD)
19 #define XALAN_ELEMLITERALRESULT_HEADER_GUARD
58 const XalanDOMChar* name,
60 XalanFileLoc lineNumber,
61 XalanFileLoc columnNumber);
78 const XalanDOMChar* attrName,
83 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
111 const XalanDOMChar* name,
128 const XalanDOMChar* name,
130 XalanFileLoc lineNumber,
131 XalanFileLoc columnNumber,
162 XalanSize_t m_avtsCount;
171 #endif // XALAN_ELEMLITERALRESULT_HEADER_GUARD
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
virtual ~ElemLiteralResult()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
ElemLiteralResult(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to a literal result element.
virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
virtual bool isAttrOK(const XalanDOMChar *attrName, const AttributeListType &atts, XalanSize_t which, StylesheetConstructionContext &constructionContext) const
See if this is a xmlns attribute or in a non-XSLT.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
void init(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts)
Do common initialization.
ElemLiteralResult(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object corresponding to a literal result element.
This class represents the base stylesheet or an "import" stylesheet.
Class to hold an Attribute Value Template.