16 #if !defined(NAMEDNODEMAPATTRIBUTELIST_HEADER_GUARD_1357924680)
17 #define NAMEDNODEMAPATTRIBUTELIST_HEADER_GUARD_1357924680
26 #include <xercesc/sax/AttributeList.hpp>
31 XALAN_CPP_NAMESPACE_BEGIN
43 typedef XERCES_CPP_NAMESPACE_QUALIFIER AttributeList
ParentType;
56 virtual const XalanDOMChar*
57 getName(
const unsigned int index)
const;
59 virtual const XalanDOMChar*
60 getType(
const unsigned int index)
const;
62 virtual const XalanDOMChar*
63 getValue(
const unsigned int index)
const;
65 virtual const XalanDOMChar*
66 getType(
const XalanDOMChar*
const name)
const;
68 virtual const XalanDOMChar*
69 getValue(
const XalanDOMChar*
const name)
const;
71 virtual const XalanDOMChar*
72 getValue(
const char*
const name)
const;
86 const unsigned int m_lastIndex;
88 static const XalanDOMChar s_typeString[];
95 XALAN_CPP_NAMESPACE_END
99 #endif // NAMEDNODEMAPATTRIBUTELIST_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: NamedNodeMapAttributeList.hpp:39
Definition: XalanNamedNodeMap.hpp:42
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList ParentType
Definition: NamedNodeMapAttributeList.hpp:43