18 #if !defined(XALAN_ELEMLITERALRESULT_HEADER_GUARD) 19 #define XALAN_ELEMLITERALRESULT_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
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;
167 XALAN_CPP_NAMESPACE_END
171 #endif // XALAN_ELEMLITERALRESULT_HEADER_GUARD 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)
Construct an object corresponding to a literal result element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
virtual ~ElemLiteralResult()
Class to hold an Attribute Value Template.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
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.