Hermes2D
3.0
|
C++ namespace for the XMLMesh1D schema namespace. More...
Classes | |
class | mesh |
Class corresponding to the mesh schema type. More... | |
class | v |
Class corresponding to the v schema type. More... | |
class | var |
Class corresponding to the var schema type. More... | |
class | variables_type |
Class corresponding to the variables_type schema type. More... | |
Functions | |
::std::ostream & | operator<< (::std::ostream &, const variables_type &) |
::std::ostream & | operator<< (::std::ostream &, const mesh &) |
::std::ostream & | operator<< (::std::ostream &, const var &) |
::std::ostream & | operator<< (::std::ostream &, const v &) |
void | operator<< (::xercesc::DOMElement &, const variables_type &) |
void | operator<< (::xercesc::DOMElement &, const mesh &) |
void | operator<< (::xercesc::DOMElement &, const var &) |
void | operator<< (::xercesc::DOMElement &, const v &) |
Parsing functions for the mesh document root. | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (const ::std::string &uri,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a URI or a local file. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (const ::std::string &uri,::xml_schema::error_handler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a URI or a local file with an error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (const ::std::string &uri,::xercesc::DOMErrorHandler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a URI or a local file with a Xerces-C++ DOM error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is,::xml_schema::error_handler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream with an error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is,::xercesc::DOMErrorHandler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream with a Xerces-C++ DOM error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is, const ::std::string &id,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream with a resource id. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is, const ::std::string &id,::xml_schema::error_handler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream with a resource id and an error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::std::istream &is, const ::std::string &id,::xercesc::DOMErrorHandler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a standard input stream with a resource id and a Xerces-C++ DOM error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::xercesc::InputSource &is,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a Xerces-C++ input source. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::xercesc::InputSource &is,::xml_schema::error_handler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a Xerces-C++ input source with an error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::xercesc::InputSource &is,::xercesc::DOMErrorHandler &eh,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a Xerces-C++ input source with a Xerces-C++ DOM error handler. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (const ::xercesc::DOMDocument &d,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a Xerces-C++ DOM document. More... | |
::std::auto_ptr < ::XMLMesh1D::mesh > | mesh_ (::xml_schema::dom::auto_ptr< ::xercesc::DOMDocument > &d,::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties()) |
Parse a Xerces-C++ DOM document. More... | |
Serialization functions for the mesh document root. | |
void | mesh_ (::std::ostream &os, const ::XMLMesh1D::mesh &x, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a standard output stream. More... | |
void | mesh_ (::std::ostream &os, const ::XMLMesh1D::mesh &x,::xml_schema::error_handler &eh, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a standard output stream with an error handler. More... | |
void | mesh_ (::std::ostream &os, const ::XMLMesh1D::mesh &x,::xercesc::DOMErrorHandler &eh, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a standard output stream with a Xerces-C++ DOM error handler. More... | |
void | mesh_ (::xercesc::XMLFormatTarget &ft, const ::XMLMesh1D::mesh &x, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a Xerces-C++ XML format target. More... | |
void | mesh_ (::xercesc::XMLFormatTarget &ft, const ::XMLMesh1D::mesh &x,::xml_schema::error_handler &eh, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a Xerces-C++ XML format target with an error handler. More... | |
void | mesh_ (::xercesc::XMLFormatTarget &ft, const ::XMLMesh1D::mesh &x,::xercesc::DOMErrorHandler &eh, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(), const ::std::string &e="UTF-8",::xml_schema::flags f=0) |
Serialize to a Xerces-C++ XML format target with a Xerces-C++ DOM error handler. More... | |
void | mesh_ (::xercesc::DOMDocument &d, const ::XMLMesh1D::mesh &x,::xml_schema::flags f=0) |
Serialize to an existing Xerces-C++ DOM document. More... | |
::xml_schema::dom::auto_ptr < ::xercesc::DOMDocument > | mesh_ (const ::XMLMesh1D::mesh &x, const ::xml_schema::namespace_infomap &m=::xml_schema::namespace_infomap(),::xml_schema::flags f=0) |
Serialize to a new Xerces-C++ DOM document. More... | |
C++ namespace for the XMLMesh1D schema namespace.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | const ::std::string & | uri, |
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a URI or a local file.
uri | A URI or a local file name. |
f | Parsing flags. |
p | Parsing properties. |
This function uses exceptions to report parsing errors.
Definition at line 641 of file mesh_h1d_xml.cpp.
Referenced by Hermes::Hermes2D::MeshReaderH1DXML::load(), mesh_(), and XMLMesh::mesh_().
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | const ::std::string & | uri, |
::xml_schema::error_handler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a URI or a local file with an error handler.
uri | A URI or a local file name. |
eh | An error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 665 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | const ::std::string & | uri, |
::xercesc::DOMErrorHandler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a URI or a local file with a Xerces-C++ DOM error handler.
uri | A URI or a local file name. |
eh | A Xerces-C++ DOM error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 689 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream.
is | A standrad input stream. |
f | Parsing flags. |
p | Parsing properties. |
This function uses exceptions to report parsing errors.
Definition at line 709 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
::xml_schema::error_handler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream with an error handler.
is | A standrad input stream. |
eh | An error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 722 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
::xercesc::DOMErrorHandler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream with a Xerces-C++ DOM error handler.
is | A standrad input stream. |
eh | A Xerces-C++ DOM error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 736 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
const ::std::string & | id, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream with a resource id.
is | A standrad input stream. |
id | A resource id. |
f | Parsing flags. |
p | Parsing properties. |
The resource id is used to identify the document being parsed in diagnostics as well as to resolve relative paths.
This function uses exceptions to report parsing errors.
Definition at line 746 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
const ::std::string & | id, | ||
::xml_schema::error_handler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream with a resource id and an error handler.
is | A standrad input stream. |
id | A resource id. |
eh | An error handler. |
f | Parsing flags. |
p | Parsing properties. |
The resource id is used to identify the document being parsed in diagnostics as well as to resolve relative paths.
This function reports parsing errors by calling the error handler.
Definition at line 760 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::std::istream & | is, |
const ::std::string & | id, | ||
::xercesc::DOMErrorHandler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a standard input stream with a resource id and a Xerces-C++ DOM error handler.
is | A standrad input stream. |
id | A resource id. |
eh | A Xerces-C++ DOM error handler. |
f | Parsing flags. |
p | Parsing properties. |
The resource id is used to identify the document being parsed in diagnostics as well as to resolve relative paths.
This function reports parsing errors by calling the error handler.
Definition at line 775 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::xercesc::InputSource & | is, |
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a Xerces-C++ input source.
is | A Xerces-C++ input source. |
f | Parsing flags. |
p | Parsing properties. |
This function uses exceptions to report parsing errors.
Definition at line 786 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::xercesc::InputSource & | is, |
::xml_schema::error_handler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a Xerces-C++ input source with an error handler.
is | A Xerces-C++ input source. |
eh | An error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 806 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::xercesc::InputSource & | is, |
::xercesc::DOMErrorHandler & | eh, | ||
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a Xerces-C++ input source with a Xerces-C++ DOM error handler.
is | A Xerces-C++ input source. |
eh | A Xerces-C++ DOM error handler. |
f | Parsing flags. |
p | Parsing properties. |
This function reports parsing errors by calling the error handler.
Definition at line 826 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | const ::xercesc::DOMDocument & | d, |
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a Xerces-C++ DOM document.
d | A Xerces-C++ DOM document. |
f | Parsing flags. |
p | Parsing properties. |
Definition at line 846 of file mesh_h1d_xml.cpp.
std::auto_ptr<::XMLMesh1D::mesh > XMLMesh1D::mesh_ | ( | ::xml_schema::dom::auto_ptr< ::xercesc::DOMDocument > & | d, |
::xml_schema::flags | f = 0 , |
||
const ::xml_schema::properties & | p = ::xml_schema::properties () |
||
) |
Parse a Xerces-C++ DOM document.
d | A pointer to the Xerces-C++ DOM document. |
f | Parsing flags. |
p | Parsing properties. |
This function is normally used together with the keep_dom and own_dom parsing flags to assign ownership of the DOM document to the object model.
Definition at line 883 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::std::ostream & | os, |
const ::XMLMesh1D::mesh & | x, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a standard output stream.
os | A standrad output stream. |
x | An object model to serialize. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function uses exceptions to report serialization errors.
Definition at line 937 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::std::ostream & | os, |
const ::XMLMesh1D::mesh & | x, | ||
::xml_schema::error_handler & | eh, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a standard output stream with an error handler.
os | A standrad output stream. |
x | An object model to serialize. |
eh | An error handler. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function reports serialization errors by calling the error handler.
Definition at line 959 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::std::ostream & | os, |
const ::XMLMesh1D::mesh & | x, | ||
::xercesc::DOMErrorHandler & | eh, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a standard output stream with a Xerces-C++ DOM error handler.
os | A standrad output stream. |
x | An object model to serialize. |
eh | A Xerces-C++ DOM error handler. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function reports serialization errors by calling the error handler.
Definition at line 979 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::xercesc::XMLFormatTarget & | ft, |
const ::XMLMesh1D::mesh & | x, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a Xerces-C++ XML format target.
ft | A Xerces-C++ XML format target. |
x | An object model to serialize. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function uses exceptions to report serialization errors.
Definition at line 996 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::xercesc::XMLFormatTarget & | ft, |
const ::XMLMesh1D::mesh & | x, | ||
::xml_schema::error_handler & | eh, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a Xerces-C++ XML format target with an error handler.
ft | A Xerces-C++ XML format target. |
x | An object model to serialize. |
eh | An error handler. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function reports serialization errors by calling the error handler.
Definition at line 1014 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::xercesc::XMLFormatTarget & | ft, |
const ::XMLMesh1D::mesh & | x, | ||
::xercesc::DOMErrorHandler & | eh, | ||
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
const ::std::string & | e = "UTF-8" , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a Xerces-C++ XML format target with a Xerces-C++ DOM error handler.
ft | A Xerces-C++ XML format target. |
x | An object model to serialize. |
eh | A Xerces-C++ DOM error handler. |
m | A namespace information map. |
e | A character encoding to produce XML in. |
f | Serialization flags. |
This function reports serialization errors by calling the error handler.
Definition at line 1030 of file mesh_h1d_xml.cpp.
void XMLMesh1D::mesh_ | ( | ::xercesc::DOMDocument & | d, |
const ::XMLMesh1D::mesh & | x, | ||
::xml_schema::flags | f = 0 |
||
) |
Serialize to an existing Xerces-C++ DOM document.
d | A Xerces-C++ DOM document. |
x | An object model to serialize. |
f | Serialization flags. |
Note that it is your responsibility to create the DOM document with the correct root element as well as set the necessary namespace mapping attributes.
Definition at line 1046 of file mesh_h1d_xml.cpp.
xml_schema::dom::auto_ptr<::xercesc::DOMDocument > XMLMesh1D::mesh_ | ( | const ::XMLMesh1D::mesh & | x, |
const ::xml_schema::namespace_infomap & | m = ::xml_schema::namespace_infomap () , |
||
::xml_schema::flags | f = 0 |
||
) |
Serialize to a new Xerces-C++ DOM document.
x | An object model to serialize. |
m | A namespace information map. |
f | Serialization flags. |
Definition at line 1070 of file mesh_h1d_xml.cpp.