svglsimpl.cpp revision 6b15695578f07a3f72c4c9475c1a261a3021472a
/*
* Copyright (c) 2004 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved. This
* work is distributed under the W3C(r) Software License [1] in the hope that
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*/
#include "svglsimpl.h"
namespace org {
namespace w3c {
namespace dom {
namespace ls {
/*#########################################################################
## SVGLSParserImpl
#########################################################################*/
/**
*
*/
{
if (!doc)
{
return NULL;
}
delete doc;
return svgdoc;
}
/*#########################################################################
## SVGLSSerializerImpl
#########################################################################*/
/**
*
*/
{
}
} //namespace ls
} //namespace dom
} //namespace w3c
} //namespace org
/*#########################################################################
## E N D O F F I L E
#########################################################################*/