Home
last modified time | relevance | path

Searched refs:XMLError (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/
H A DXMLError.cpp328 XMLError::XMLError ( const int errorId in XMLError() function in XMLError
438 XMLError::XMLError(const XMLError& orig) in XMLError() function in XMLError
458 XMLError&
459 XMLError::operator=(const XMLError& rhs) in operator =()
483 XMLError::~XMLError () in ~XMLError()
492 XMLError*
493 XMLError::clone() const in clone()
534 XMLError::getLine () const in getLine()
617 XMLError::isInfo () const in isInfo()
637 XMLError::isError () const in isError()
[all …]
H A DXMLErrorLog.cpp125 XMLErrorLog::add (const XMLError& error) in add()
129 XMLError* cerror; in add()
192 XMLErrorLog::add (const std::list<XMLError>& errors) in add()
195 list<XMLError>::const_iterator iter; in add()
211 vector<XMLError*>::const_iterator iter; in add()
262 const XMLError*
320 vector<XMLError*>::const_iterator iter; in printErrors()
329 vector<XMLError*>::const_iterator iter; in printErrors()
343 vector<XMLError*>::const_iterator iter; in changeErrorSeverity()
366 bool operator() (XMLError* e) const in operator ()()
[all …]
H A DXMLError.h578 class LIBLAX_EXTERN XMLError
671 XMLError
687 XMLError(const XMLError& orig);
696 XMLError& operator=(const XMLError& rhs);
702 virtual ~XMLError ();
1126 virtual XMLError* clone() const;
1185 std::ostream& operator<< (std::ostream& stream, const XMLError& error);
H A DXMLErrorLog.h140 const XMLError* getError (unsigned int n) const;
189 void add (const XMLError& error);
200 void add (const std::list<XMLError>& errors);
211 void add (const std::vector<XMLError*>& errors);
407 std::vector<XMLError*> mErrors;
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/
H A DXMLError.cpp328 XMLError::XMLError ( const int errorId in XMLError() function in XMLError
438 XMLError::XMLError(const XMLError& orig) in XMLError() function in XMLError
458 XMLError&
459 XMLError::operator=(const XMLError& rhs) in operator =()
483 XMLError::~XMLError () in ~XMLError()
492 XMLError*
493 XMLError::clone() const in clone()
534 XMLError::getLine () const in getLine()
617 XMLError::isInfo () const in isInfo()
637 XMLError::isError () const in isError()
[all …]
H A DXMLErrorLog.cpp125 XMLErrorLog::add (const XMLError& error) in add()
129 XMLError* cerror; in add()
192 XMLErrorLog::add (const std::list<XMLError>& errors) in add()
195 list<XMLError>::const_iterator iter; in add()
211 vector<XMLError*>::const_iterator iter; in add()
262 const XMLError*
320 vector<XMLError*>::const_iterator iter; in printErrors()
329 vector<XMLError*>::const_iterator iter; in printErrors()
343 vector<XMLError*>::const_iterator iter; in changeErrorSeverity()
366 bool operator() (XMLError* e) const in operator ()()
[all …]
H A DXMLError.h578 class LIBLAX_EXTERN XMLError
671 XMLError
687 XMLError(const XMLError& orig);
696 XMLError& operator=(const XMLError& rhs);
702 virtual ~XMLError ();
1126 virtual XMLError* clone() const;
1185 std::ostream& operator<< (std::ostream& stream, const XMLError& error);
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DXMLError.cs317 public class XMLError : global::System.IDisposable { class
321 internal XMLError(IntPtr cPtr, bool cMemoryOwn) in XMLError() method in libsbmlcs.XMLError
327 internal static HandleRef getCPtr(XMLError obj) in getCPtr()
332 internal static HandleRef getCPtrAndDisown (XMLError obj) in getCPtrAndDisown()
345 ~XMLError() { in ~XMLError()
366 public static bool operator==(XMLError lhs, XMLError rhs) in operator ==()
381 public static bool operator!=(XMLError lhs, XMLError rhs) in operator !=()
388 if ( ! (sb is XMLError) ) in Equals()
393 return this == (XMLError)sb; in Equals()
1055 XMLError() : this(libsbmlPINVOKE.new_XMLError__SWIG_6(), true) { in XMLError() method in libsbmlcs.XMLError
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DXMLError.cs314 public class XMLError : global::System.IDisposable { class
318 internal XMLError(IntPtr cPtr, bool cMemoryOwn) in XMLError() method in libsbml.XMLError
324 internal static HandleRef getCPtr(XMLError obj) in getCPtr()
329 internal static HandleRef getCPtrAndDisown (XMLError obj) in getCPtrAndDisown()
342 ~XMLError() { in ~XMLError()
363 public static bool operator==(XMLError lhs, XMLError rhs) in operator ==()
378 public static bool operator!=(XMLError lhs, XMLError rhs) in operator !=()
385 if ( ! (sb is XMLError) ) in Equals()
390 return this == (XMLError)sb; in Equals()
1052 XMLError() : this(libsbmlPINVOKE.new_XMLError__SWIG_6(), true) { in XMLError() method in libsbml.XMLError
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DXMLError.java249 public class XMLError { class
253 protected XMLError(long cPtr, boolean cMemoryOwn) in XMLError() method in XMLError
259 protected static long getCPtr(XMLError obj) in getCPtr()
264 protected static long getCPtrAndDisown (XMLError obj) in getCPtrAndDisown()
330 return swigCPtr == getCPtr((XMLError)(sb)); in equals()
651 XMLError(int errorId, String details, long line) throws org.sbml.libsbml.XMLConstructorException { in XMLError() method in XMLError
729 XMLError(int errorId, String details) throws org.sbml.libsbml.XMLConstructorException { in XMLError() method in XMLError
807 XMLError(int errorId) throws org.sbml.libsbml.XMLConstructorException { in XMLError() method in XMLError
885 XMLError() throws org.sbml.libsbml.XMLConstructorException { in XMLError() method in XMLError
895 XMLError(XMLError orig) throws org.sbml.libsbml.XMLConstructorException { in XMLError() method in XMLError
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/test/
H A DTestXMLError.cpp68 XMLError* error = new XMLError; in START_TEST()
72 error = new XMLError(DuplicateXMLAttribute); in START_TEST()
82 error = new XMLError(12345, "My message"); in START_TEST()
91 error = new XMLError(12345, "My message", 0, 0, in START_TEST()
103 error = new XMLError(10000, "Another message", 0, 0, in START_TEST()
120 XMLError* error = new XMLError; in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/test/
H A DTestXMLError.cpp68 XMLError* error = new XMLError; in START_TEST()
72 error = new XMLError(DuplicateXMLAttribute); in START_TEST()
82 error = new XMLError(12345, "My message"); in START_TEST()
91 error = new XMLError(12345, "My message", 0, 0, in START_TEST()
103 error = new XMLError(10000, "Another message", 0, 0, in START_TEST()
120 XMLError* error = new XMLError; in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/xml/
H A DTestXMLError.cs133 XMLError error = new XMLError(); in test_XMLError_create()
136 error = new XMLError(libsbml.DuplicateXMLAttribute); in test_XMLError_create()
145 error = new XMLError(12345, "My message"); in test_XMLError_create()
153 … error = new XMLError(12345, "My message",0,0,libsbml.LIBSBML_SEV_INFO,libsbml.LIBSBML_CAT_SYSTEM); in test_XMLError_create()
163 …error = new XMLError(10000, "Another message",0,0,libsbml.LIBSBML_SEV_FATAL,libsbml.LIBSBML_CAT_XM… in test_XMLError_create()
177 XMLError error = new XMLError(); in test_XMLError_setters()
H A DTestXMLErrorC.cs133 XMLError error = new XMLError(); in test_XMLError_create_C()
140 error = new XMLError(12345, "My message"); in test_XMLError_create_C()
148 XMLError error = new XMLError(1003, ""); in test_XMLError_variablesAsStrings()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/xml/
H A DTestXMLError.cs133 XMLError error = new XMLError(); in test_XMLError_create()
136 error = new XMLError(libsbml.DuplicateXMLAttribute); in test_XMLError_create()
145 error = new XMLError(12345, "My message"); in test_XMLError_create()
153 … error = new XMLError(12345, "My message",0,0,libsbml.LIBSBML_SEV_INFO,libsbml.LIBSBML_CAT_SYSTEM); in test_XMLError_create()
163 …error = new XMLError(10000, "Another message",0,0,libsbml.LIBSBML_SEV_FATAL,libsbml.LIBSBML_CAT_XM… in test_XMLError_create()
177 XMLError error = new XMLError(); in test_XMLError_setters()
H A DTestXMLErrorC.cs133 XMLError error = new XMLError(); in test_XMLError_create_C()
140 error = new XMLError(12345, "My message"); in test_XMLError_create_C()
148 XMLError error = new XMLError(1003, ""); in test_XMLError_variablesAsStrings()
/dports/textproc/tinyxml2/tinyxml2-9.0.0/
H A Dtinyxml2.h523 enum XMLError { enum
1209 XMLError QueryIntValue( int* value ) const;
1213 XMLError QueryInt64Value(int64_t* value) const;
1217 XMLError QueryBoolValue( bool* value ) const;
1626 XMLError QueryIntText( int* ival ) const;
1630 XMLError QueryInt64Text(int64_t* uval) const;
1634 XMLError QueryBoolText( bool* bval ) const;
1757 XMLError LoadFile( const char* filename );
1770 XMLError LoadFile( FILE* );
1885 XMLError ErrorID() const { in ErrorID()
[all …]
/dports/math/mfem/mfem-4.3/general/
H A Dtinyxml2.h522 enum XMLError { enum
1209 XMLError QueryIntValue( int* value ) const;
1213 XMLError QueryInt64Value(int64_t* value) const;
1217 XMLError QueryBoolValue( bool* value ) const;
1626 XMLError QueryIntText( int* ival ) const;
1630 XMLError QueryInt64Text(int64_t* uval) const;
1634 XMLError QueryBoolText( bool* bval ) const;
1763 XMLError LoadFile( const char* filename );
1776 XMLError LoadFile( FILE* );
1892 XMLError ErrorID() const { in ErrorID()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/xml/
H A DTestXMLError.java128 XMLError error = new XMLError(); in test_XMLError_create()
131 error = new XMLError(libsbml.DuplicateXMLAttribute); in test_XMLError_create()
142 error = new XMLError(12345, "My message"); in test_XMLError_create()
150 … error = new XMLError(12345, "My message",0,0,libsbml.LIBSBML_SEV_INFO,libsbml.LIBSBML_CAT_SYSTEM); in test_XMLError_create()
160 …error = new XMLError(10000, "Another message",0,0,libsbml.LIBSBML_SEV_FATAL,libsbml.LIBSBML_CAT_XM… in test_XMLError_create()
174 XMLError error = new XMLError(); in test_XMLError_setters()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DSBMLErrorLog.cpp93 struct Delete : public unary_function<XMLError*, void>
95 void operator() (XMLError* error) { delete error; } in operator ()()
215 bool operator() (XMLError* e) const in operator ()()
246 vector<XMLError*>::iterator delIter; in remove()
264 vector<XMLError*>::iterator delIter; in removeAll()
287 vector<XMLError*>::const_iterator iter; in contains()
313 bool operator() (XMLError* e) const in operator ()()
383 std::vector<XMLError*>::const_iterator it = mErrors.begin(); in getErrorWithSeverity()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/xml/
H A DTestXMLError.java128 XMLError error = new XMLError(); in test_XMLError_create()
131 error = new XMLError(libsbml.DuplicateXMLAttribute); in test_XMLError_create()
142 error = new XMLError(12345, "My message"); in test_XMLError_create()
150 … error = new XMLError(12345, "My message",0,0,libsbml.LIBSBML_SEV_INFO,libsbml.LIBSBML_CAT_SYSTEM); in test_XMLError_create()
160 …error = new XMLError(10000, "Another message",0,0,libsbml.LIBSBML_SEV_FATAL,libsbml.LIBSBML_CAT_XM… in test_XMLError_create()
174 XMLError error = new XMLError(); in test_XMLError_setters()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DSBMLErrorLog.cpp93 struct Delete : public unary_function<XMLError*, void>
95 void operator() (XMLError* error) { delete error; } in operator ()()
215 bool operator() (XMLError* e) const in operator ()()
246 vector<XMLError*>::iterator delIter; in remove()
264 vector<XMLError*>::iterator delIter; in removeAll()
287 vector<XMLError*>::const_iterator iter; in contains()
313 bool operator() (XMLError* e) const in operator ()()
383 std::vector<XMLError*>::const_iterator it = mErrors.begin(); in getErrorWithSeverity()
/dports/graphics/geos/geos-3.9.1/tests/xmltester/tinyxml2/
H A Dtinyxml2.h520 enum XMLError { enum
1194 XMLError QueryIntValue( int* value ) const;
1198 XMLError QueryInt64Value(int64_t* value) const;
1200 XMLError QueryBoolValue( bool* value ) const;
1580 XMLError QueryIntText( int* ival ) const;
1584 XMLError QueryInt64Text(int64_t* uval) const;
1586 XMLError QueryBoolText( bool* bval ) const;
1692 XMLError LoadFile( const char* filename );
1705 XMLError LoadFile( FILE* );
1821 XMLError ErrorID() const { in ErrorID()
[all …]
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedErrorLog.cpp93 void operator() (XMLError* error) { delete error; } in operator ()()
177 bool operator() (XMLError* e) const in operator ()()
198 vector<XMLError*>::iterator delIter; in remove()
216 vector<XMLError*>::iterator delIter; in removeAll()
237 vector<XMLError*>::const_iterator iter; in contains()
263 bool operator() (XMLError* e) const in operator ()()
337 std::vector<XMLError*>::const_iterator it = mErrors.begin(); in getErrorWithSeverity()
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedErrorLog.cpp93 void operator() (XMLError* error) { delete error; } in operator ()()
177 bool operator() (XMLError* e) const in operator ()()
198 vector<XMLError*>::iterator delIter; in remove()
216 vector<XMLError*>::iterator delIter; in removeAll()
237 vector<XMLError*>::const_iterator iter; in contains()
263 bool operator() (XMLError* e) const in operator ()()
337 std::vector<XMLError*>::const_iterator it = mErrors.begin(); in getErrorWithSeverity()

12345678910>>...27