18 #if !defined(XPATHFACTORYDEFAULT_HEADER_GUARD_1357924680) 19 #define XPATHFACTORYDEFAULT_HEADER_GUARD_1357924680 37 XALAN_CPP_NAMESPACE_BEGIN
53 create(MemoryManager& theManager);
70 return m_xpaths.size();
79 const XPath* theXPath,
80 bool fInReset =
false);
84 CollectionType m_xpaths;
89 XALAN_CPP_NAMESPACE_END
93 #endif // XPATHFACTORYDEFAULT_HEADER_GUARD_1357924680
#define XALAN_DEFAULT_MEMMGR
XalanSet< const XPath * > CollectionType
virtual void reset()=0
Reset the instance.
CollectionType::size_type getInstanceCount() const
virtual bool doReturnObject(const XPath *theXPath, bool fInReset=false)=0
#define XALAN_XPATH_EXPORT
virtual XPath * create()=0
Create an XPath.