16 #if !defined(ATTRIBUTEVECTORENTRYEXTENDED_HEADER_GUARD_1357924680)
17 #define ATTRIBUTEVECTORENTRYEXTENDED_HEADER_GUARD_1357924680
30 XALAN_CPP_NAMESPACE_BEGIN
46 m_uri(theURI, theManager),
47 m_localName(theLocalName, theManager)
53 const XMLCh* theValue,
56 const XMLCh* theLocalName,
59 m_uri(theURI, theURI +
length(theURI) + 1, theManager),
60 m_localName(theLocalName, theLocalName +
length(theLocalName) + 1,theManager)
66 const XMLCh* theValue,
71 m_localName(theManager)
78 m_localName(theManager)
85 const XMLCh* theValue,
88 const XMLCh* theLocalName,
95 ThisType* theResult = theGuard.
get();
97 new (theResult) ThisType(theName, theValue, theType, theURI, theLocalName, theManager);
124 XALAN_CPP_NAMESPACE_END
128 #endif // ATTRIBUTEVECTORENTRY_HEADER_GUARD_1357924680