16 #if !defined(XALAN_ELEMLITERALRESULT_HEADER_GUARD)
17 #define XALAN_ELEMLITERALRESULT_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
56 const XalanDOMChar* name,
76 const XalanDOMChar* attrName,
81 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
109 const XalanDOMChar* name,
126 const XalanDOMChar* name,
160 unsigned int m_avtsCount;
165 XALAN_CPP_NAMESPACE_END
169 #endif // XALAN_ELEMLITERALRESULT_HEADER_GUARD
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
void init(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts)
Do common initialization.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
virtual bool isAttrOK(const XalanDOMChar *attrName, const AttributeListType &atts, int which, StylesheetConstructionContext &constructionContext) const
See if this is a xmlns attribute or in a non-XSLT.
Definition: ElemTemplateElement.hpp:74
Definition: NamespacesHandler.hpp:50
Definition: ElemLiteralResult.hpp:39
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
Definition: StylesheetExecutionContext.hpp:104
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
virtual ~ElemLiteralResult()
ElemLiteralResult(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to a literal result element.
Class to hold an Attribute Value Template.
Definition: AVT.hpp:52
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: XalanDOMString.hpp:42
Definition: ElemUse.hpp:35
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.