Home
last modified time | relevance | path

Searched refs:ElemAttribute (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DElemAttribute.hpp40 class ElemAttribute : public ElemTemplateElement class
53 ElemAttribute (
61 ~ElemAttribute();
87 ElemAttribute(const ElemAttribute &);
88 ElemAttribute& operator=(const ElemAttribute &);
H A DElemAttribute.cpp51 ElemAttribute::ElemAttribute( in ElemAttribute() function in XALAN_CPP_NAMESPACE::ElemAttribute
115 ElemAttribute::~ElemAttribute() in ~ElemAttribute()
122 ElemAttribute::getElementName() const in getElementName()
131 ElemAttribute::startElement(StylesheetExecutionContext& executionContext) const in startElement()
411 ElemAttribute::endElement(StylesheetExecutionContext& executionContext) const in endElement()
431 ElemAttribute::execute(StylesheetExecutionContext& executionContext) const in execute()
706 ElemAttribute::childTypeAllowed(int xslToken) const in childTypeAllowed()
H A DXalanElemAttributeAllocator.hpp45 typedef ElemAttribute data_type;