16 #if !defined(XALAN_ELEMUSE_HEADER_GUARD)
17 #define XALAN_ELEMUSE_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
39 #if defined(XALAN_STRICT_ANSI_HEADERS)
78 const XalanDOMChar* attrName,
92 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
115 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
147 bool applyAttributeSets)
const;
159 XALAN_CPP_NAMESPACE_END
163 #endif // XALAN_ELEMUSE_HEADER_GUARD
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
Definition: ElemTemplateElement.hpp:74
Definition: NamespacesHandler.hpp:50
bool processUseAttributeSets(StylesheetConstructionContext &constructionContext, const XalanDOMChar *attrName, const AttributeListType &atts, int which)
See if this is a use-attribute-sets attribute, and, if so, process it.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: StylesheetExecutionContext.hpp:104
ElemUse(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, int lineNumber, int columnNumber, int xslToken)
Construct an object corresponding to an "use-attribute-sets" attribute.
virtual void evaluateAVTs(StylesheetExecutionContext &executionContext) const
Evalute the AVTs for this element.
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.
Definition: XalanDOMString.hpp:42
Definition: ElemUse.hpp:35
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
const ElemTemplateElement * getNextAttributeSet(StylesheetExecutionContext &executionContext) const
Get the next attribute set to execute.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
size_t size_type
Definition: ElemUse.hpp:42
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
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.