16 #if !defined(XALAN_ELEMCOPYOF_HEADER_GUARD)
17 #define XALAN_ELEMCOPYOF_HEADER_GUARD
34 XALAN_CPP_NAMESPACE_BEGIN
71 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
79 getXPath(
unsigned int index = 0)
const;
83 const XPath* m_selectPattern;
88 XALAN_CPP_NAMESPACE_END
92 #endif // XALAN_ELEMCOPYOF_HEADER_GUARD
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
Definition: ElemTemplateElement.hpp:74
Definition: StylesheetExecutionContext.hpp:104
Local implementation of NodeRefList.
Definition: NodeRefListBase.hpp:42
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
Definition: XalanDOMString.hpp:42
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
ElemCopyOf(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:copy-of" element.
Definition: ElemCopyOf.hpp:43