16 #if !defined(XALAN_ELEMATTRIBUTESET_HEADER_GUARD)
17 #define XALAN_ELEMATTRIBUTESET_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
77 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
128 XALAN_CPP_NAMESPACE_END
132 #endif // XALAN_ELEMATTRIBUTESET_HEADER_GUARD
const XalanQName & getQName() const
Retrieves qualified name of object.
Definition: ElemAttributeSet.hpp:64
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
const ElemTemplateElement * getInvoker(StylesheetExecutionContext &executionContext) const
Returns the element that invoked this element.
Definition: ElemTemplateElement.hpp:74
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
Definition: StylesheetExecutionContext.hpp:104
virtual ~ElemAttributeSet()
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemAttributeSet(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:attribute-set" element.
virtual void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus...
Definition: ElemAttributeSet.hpp:35
bool operator<(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
Definition: ElemAttributeSet.hpp:119
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Definition: XalanDOMString.hpp:42
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
Definition: ElemAttributeSet.hpp:109
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
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.