18#if !defined(XALAN_ELEMUSE_HEADER_GUARD)
19#define XALAN_ELEMUSE_HEADER_GUARD
90#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
113#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
ElemUse(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object corresponding to an "use-attribute-sets" attribute.
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.
const ElemTemplateElement * getNextAttributeSet(StylesheetExecutionContext &executionContext) const
Get the next attribute set to execute.
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.
xercesc::AttributeList AttributeListType