18 #if !defined(XALAN_ELEMUSE_HEADER_GUARD) 19 #define XALAN_ELEMUSE_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
41 #if defined(XALAN_STRICT_ANSI_HEADERS) 61 XalanFileLoc lineNumber,
62 XalanFileLoc columnNumber,
80 const XalanDOMChar* attrName,
94 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 117 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 149 bool applyAttributeSets)
const;
156 size_type m_attributeSetsNamesCount;
161 XALAN_CPP_NAMESPACE_END
165 #endif // XALAN_ELEMUSE_HEADER_GUARD virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
ElemUse(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object corresponding to an "use-attribute-sets" attribute.
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
const ElemTemplateElement * getNextAttributeSet(StylesheetExecutionContext &executionContext) const
Get the next attribute set to execute.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Class to represent a qualified name.
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
bool processUseAttributeSets(StylesheetConstructionContext &constructionContext, const XalanDOMChar *attrName, const AttributeListType &atts, XalanSize_t which)
See if this is a use-attribute-sets attribute, and, if so, process it.