16 #if !defined(XALAN_ELEMEMPTY_HEADER_GUARD)
17 #define XALAN_ELEMEMPTY_HEADER_GUARD
34 XALAN_CPP_NAMESPACE_BEGIN
80 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
100 XALAN_CPP_NAMESPACE_END
104 #endif // XALAN_ELEMEMPTY_HEADER_GUARD
Definition: ElemTemplateElement.hpp:74
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
Definition: StylesheetExecutionContext.hpp:104
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemEmpty(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, int lineNumber, int columnNumber, const XalanDOMString *elementName=0)
Construct an object corresponding to an empty element.
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly...
Definition: ElemEmpty.hpp:38
Definition: XalanDOMString.hpp:42
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
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