18 #if !defined(XALAN_ELEMATTRIBUTESET_HEADER_GUARD) 19 #define XALAN_ELEMATTRIBUTESET_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
54 XalanFileLoc lineNumber,
55 XalanFileLoc columnNumber);
79 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 130 XALAN_CPP_NAMESPACE_END
134 #endif // XALAN_ELEMATTRIBUTESET_HEADER_GUARD const XalanQName & getQName() const
Retrieves qualified name of object.
virtual ~ElemAttributeSet()
virtual void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus...
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
bool operator<(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
ElemAttributeSet(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:attribute-set" element.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
const ElemTemplateElement * getInvoker(StylesheetExecutionContext &executionContext) const
Returns the element that invoked this element.
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.