You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2007/07/23 16:43:39 UTC

svn commit: r558750 - in /xerces/c/trunk/src/xercesc/dom/impl: DOMXPathExpressionImpl.hpp DOMXPathNSResolverImpl.hpp DOMXPathResultImpl.hpp

Author: amassari
Date: Mon Jul 23 07:43:38 2007
New Revision: 558750

URL: http://svn.apache.org/viewvc?view=rev&rev=558750
Log:
Setting SVN properties

Modified:
    xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp   (contents, props changed)
    xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp   (contents, props changed)
    xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp   (contents, props changed)

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp?view=diff&rev=558750&r1=558749&r2=558750
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp Mon Jul 23 07:43:38 2007
@@ -1,63 +1,63 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/*
- * $Id: $
- */
-
-#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXPRESSIONIMPL_HPP)
-#define XERCESC_INCLUDE_GUARD_DOMXPATHEXPRESSIONIMPL_HPP
-
-#include <xercesc/util/XMemory.hpp>
-#include <xercesc/util/PlatformUtils.hpp>
-#include <xercesc/dom/DOMXPathExpression.hpp>
-
-XERCES_CPP_NAMESPACE_BEGIN
-
-class DOMElement;
-class XercesXPath;
-class XPathMatcher;
-class DOMXPathResultImpl;
-class DOMXPathNSResolver;
-class XMLStringPool;
-
-class CDOM_EXPORT DOMXPathExpressionImpl :  public XMemory,
-                                            public DOMXPathExpression
-{
-public:
-    DOMXPathExpressionImpl(const XMLCh *expression, const DOMXPathNSResolver *resolver, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
-    virtual ~DOMXPathExpressionImpl();
-
-    virtual void* evaluate(DOMNode *contextNode, unsigned short type, void* result) const;
-
-    virtual void release() const;
-
-protected:
-    bool testNode(XPathMatcher* matcher, DOMXPathResultImpl* result, DOMElement *node) const;
-    void cleanUp();
-
-    XMLStringPool*              fStringPool;
-    XercesXPath*                fParsedExpression;
-    XMLCh*                      fExpression;
-    bool                        fMoveToRoot;
-
-    MemoryManager* const        fMemoryManager;
-};
-
-XERCES_CPP_NAMESPACE_END
-
-#endif
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * $Id$
+ */
+
+#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXPRESSIONIMPL_HPP)
+#define XERCESC_INCLUDE_GUARD_DOMXPATHEXPRESSIONIMPL_HPP
+
+#include <xercesc/util/XMemory.hpp>
+#include <xercesc/util/PlatformUtils.hpp>
+#include <xercesc/dom/DOMXPathExpression.hpp>
+
+XERCES_CPP_NAMESPACE_BEGIN
+
+class DOMElement;
+class XercesXPath;
+class XPathMatcher;
+class DOMXPathResultImpl;
+class DOMXPathNSResolver;
+class XMLStringPool;
+
+class CDOM_EXPORT DOMXPathExpressionImpl :  public XMemory,
+                                            public DOMXPathExpression
+{
+public:
+    DOMXPathExpressionImpl(const XMLCh *expression, const DOMXPathNSResolver *resolver, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
+    virtual ~DOMXPathExpressionImpl();
+
+    virtual void* evaluate(DOMNode *contextNode, unsigned short type, void* result) const;
+
+    virtual void release() const;
+
+protected:
+    bool testNode(XPathMatcher* matcher, DOMXPathResultImpl* result, DOMElement *node) const;
+    void cleanUp();
+
+    XMLStringPool*              fStringPool;
+    XercesXPath*                fParsedExpression;
+    XMLCh*                      fExpression;
+    bool                        fMoveToRoot;
+
+    MemoryManager* const        fMemoryManager;
+};
+
+XERCES_CPP_NAMESPACE_END
+
+#endif

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathExpressionImpl.hpp
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp?view=diff&rev=558750&r1=558749&r2=558750
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp Mon Jul 23 07:43:38 2007
@@ -1,47 +1,47 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/*
- * $Id: $
- */
-
-#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVERIMPL_HPP)
-#define XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVERIMPL_HPP
-
-#include <xercesc/util/XercesDefs.hpp>
-#include <xercesc/dom/DOMXPathNSResolver.hpp>
-
-XERCES_CPP_NAMESPACE_BEGIN
-
-class DOMNode;
-
-class CDOM_EXPORT DOMXPathNSResolverImpl : public DOMXPathNSResolver
-{
-public:
-    DOMXPathNSResolverImpl(DOMNode *nodeResolver);
-
-    virtual const XMLCh*          lookupNamespaceURI(const XMLCh* prefix) const;
-    virtual const XMLCh*          lookupPrefix(const XMLCh* URI) const;
-
-protected:
-    DOMNode*                    fResolverNode;
-};
-
-XERCES_CPP_NAMESPACE_END
-
-#endif
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * $Id$
+ */
+
+#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVERIMPL_HPP)
+#define XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVERIMPL_HPP
+
+#include <xercesc/util/XercesDefs.hpp>
+#include <xercesc/dom/DOMXPathNSResolver.hpp>
+
+XERCES_CPP_NAMESPACE_BEGIN
+
+class DOMNode;
+
+class CDOM_EXPORT DOMXPathNSResolverImpl : public DOMXPathNSResolver
+{
+public:
+    DOMXPathNSResolverImpl(DOMNode *nodeResolver);
+
+    virtual const XMLCh*          lookupNamespaceURI(const XMLCh* prefix) const;
+    virtual const XMLCh*          lookupPrefix(const XMLCh* URI) const;
+
+protected:
+    DOMNode*                    fResolverNode;
+};
+
+XERCES_CPP_NAMESPACE_END
+
+#endif
+

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathNSResolverImpl.hpp
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp?view=diff&rev=558750&r1=558749&r2=558750
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp Mon Jul 23 07:43:38 2007
@@ -1,61 +1,61 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/*
- * $Id: $
- */
-
-#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHRESULTIMPL_HPP)
-#define XERCESC_INCLUDE_GUARD_DOMXPATHRESULTIMPL_HPP
-
-#include <xercesc/util/XMemory.hpp>
-#include <xercesc/dom/DOMXPathResult.hpp>
-#include <xercesc/util/RefVectorOf.hpp>
-
-XERCES_CPP_NAMESPACE_BEGIN
-
-class CDOM_EXPORT DOMXPathResultImpl :  public XMemory,
-                                        public DOMXPathResult
-{
-public:
-    DOMXPathResultImpl(unsigned short type, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
-    ~DOMXPathResultImpl();
-
-	virtual bool getBooleanValue() const;
-	virtual bool getInvalidIteratorState() const;
-	virtual double getNumberValue() const;
-	virtual short getResultType() const;
-	virtual DOMNode *getSingleNodeValue() const;
-	virtual unsigned long getSnapshotLength() const;
-	virtual const XMLCh* getStringValue() const;
-	virtual DOMNode* iterateNext() const;
-	virtual DOMNode* snapshotItem(unsigned long index) const;
-
-    virtual void release() const;
-
-    void reset(unsigned short type);
-    void addResult(DOMNode* node);
-
-protected:
-    unsigned short          fType;
-    MemoryManager* const    fMemoryManager;
-    RefVectorOf<DOMNode>*   fSnapshot;
-};
-
-XERCES_CPP_NAMESPACE_END
-
-#endif
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * $Id$
+ */
+
+#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHRESULTIMPL_HPP)
+#define XERCESC_INCLUDE_GUARD_DOMXPATHRESULTIMPL_HPP
+
+#include <xercesc/util/XMemory.hpp>
+#include <xercesc/dom/DOMXPathResult.hpp>
+#include <xercesc/util/RefVectorOf.hpp>
+
+XERCES_CPP_NAMESPACE_BEGIN
+
+class CDOM_EXPORT DOMXPathResultImpl :  public XMemory,
+                                        public DOMXPathResult
+{
+public:
+    DOMXPathResultImpl(unsigned short type, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
+    ~DOMXPathResultImpl();
+
+	virtual bool getBooleanValue() const;
+	virtual bool getInvalidIteratorState() const;
+	virtual double getNumberValue() const;
+	virtual short getResultType() const;
+	virtual DOMNode *getSingleNodeValue() const;
+	virtual unsigned long getSnapshotLength() const;
+	virtual const XMLCh* getStringValue() const;
+	virtual DOMNode* iterateNext() const;
+	virtual DOMNode* snapshotItem(unsigned long index) const;
+
+    virtual void release() const;
+
+    void reset(unsigned short type);
+    void addResult(DOMNode* node);
+
+protected:
+    unsigned short          fType;
+    MemoryManager* const    fMemoryManager;
+    RefVectorOf<DOMNode>*   fSnapshot;
+};
+
+XERCES_CPP_NAMESPACE_END
+
+#endif

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/c/trunk/src/xercesc/dom/impl/DOMXPathResultImpl.hpp
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org