|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMTEMPLATE_HEADER_GUARD)
19 #define XALAN_ELEMTEMPLATE_HEADER_GUARD
62 XalanFileLoc lineNumber,
63 XalanFileLoc columnNumber);
89 return m_matchPattern;
104 getNameAttribute()
const;
112 getElementName()
const;
115 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
138 ParentType::executeChildren(executionContext);
143 getXPath(XalanSize_t index)
const;
148 childTypeAllowed(
int xslToken)
const;
153 ElemTemplate(
const ElemTemplate&);
156 operator=(
const ElemTemplate&);
159 const XPath* m_matchPattern;
161 const XalanQName* m_name;
162 const XalanQName* m_mode;
173 #endif // XALAN_ELEMTEMPLATE_HEADER_GUARD
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
const XPath * getMatchPattern() const
Retrieve the match pattern.
double getPriority() const
Retrieve the priority of element.
const XalanQName & getMode() const
Retrieve the mode of element.
This class represents the base stylesheet or an "import" stylesheet.
ElemTemplateElement ParentType
Class to represent a qualified name.