16 #if !defined(ATTRIBUTEVECTORENTRY_HEADER_GUARD_1357924680)
17 #define ATTRIBUTEVECTORENTRY_HEADER_GUARD_1357924680
32 XALAN_CPP_NAMESPACE_BEGIN
47 m_Name(theName,theManager),
48 m_Value(theValue,theManager),
49 m_Type(theType,theManager)
55 const XMLCh* theValue,
58 m_Name(theName, theName +
length(theName) + 1, theManager),
59 m_Value(theValue, theValue +
length(theValue) + 1, theManager),
60 m_Type(theType, theType +
length(theType) + 1, theManager)
72 create(
const XMLCh* theName,
73 const XMLCh* theValue,
81 ThisType* theResult = theGuard.
get();
83 new (theResult) ThisType(theName, theValue, theType, theManager);
110 endArray(
const XMLCh* data)
125 XALAN_CPP_NAMESPACE_END
129 #endif // ATTRIBUTEVECTORENTRY_HEADER_GUARD_1357924680