dbertoni 2002/12/02 16:47:06
Modified: c/src/XalanTransformer XercesDOMWrapperParsedSource.cpp
XercesDOMWrapperParsedSource.hpp
Log:
Fixed typedefs.
Revision Changes Path
1.8 +5 -5
xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp
Index: XercesDOMWrapperParsedSource.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XercesDOMWrapperParsedSource.cpp 25 Nov 2002 20:01:19 -0000 1.7
+++ XercesDOMWrapperParsedSource.cpp 3 Dec 2002 00:47:06 -0000 1.8
@@ -81,7 +81,7 @@
XercesDOMWrapperParsedSource::XercesDOMWrapperParsedSource(
- const DOM_DocumentType& theDocument,
+ const DOM_Document_Type& theDocument,
XercesParserLiaison& theParserLiaison,
XercesDOMSupport& theDOMSupport,
const XalanDOMString& theURI) :
@@ -97,10 +97,10 @@
XercesDOMWrapperParsedSource::XercesDOMWrapperParsedSource(
- const DOMDocumentType* theDocument,
- XercesParserLiaison& theParserLiaison,
- XercesDOMSupport& theDOMSupport,
- const XalanDOMString& theURI) :
+ const DOMDocument_Type* theDocument,
+ XercesParserLiaison& theParserLiaison,
+ XercesDOMSupport& theDOMSupport,
+ const XalanDOMString& theURI) :
XalanParsedSource(),
m_parserLiaison(theParserLiaison),
m_domSupport(theDOMSupport),
1.7 +7 -7
xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.hpp
Index: XercesDOMWrapperParsedSource.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XercesDOMWrapperParsedSource.hpp 25 Nov 2002 20:01:19 -0000 1.6
+++ XercesDOMWrapperParsedSource.hpp 3 Dec 2002 00:47:06 -0000 1.7
@@ -81,8 +81,8 @@
-typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_DocumentType;
-typedef XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument DOMDocumentType;
+typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type;
+typedef XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument DOMDocument_Type;
@@ -110,7 +110,7 @@
* @deprecated This constructor is deprecated.
*/
XercesDOMWrapperParsedSource(
- const DOM_DocumentType& theDocument,
+ const DOM_Document_Type& theDocument,
XercesParserLiaison& theParserLiaison,
XercesDOMSupport& theDOMSupport,
const XalanDOMString& theURI = XalanDOMString());
@@ -124,10 +124,10 @@
* @param theURI The URI of the document, if any.
*/
XercesDOMWrapperParsedSource(
- const DOMDocumentType* theDocument,
- XercesParserLiaison& theParserLiaison,
- XercesDOMSupport& theDOMSupport,
- const XalanDOMString& theURI = XalanDOMString());
+ const DOMDocument_Type* theDocument,
+ XercesParserLiaison& theParserLiaison,
+ XercesDOMSupport& theDOMSupport,
+ const XalanDOMString& theURI = XalanDOMString());
virtual
~XercesDOMWrapperParsedSource();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]