cellml_services::CellMLRepresentationValidityError Interface Reference

cellml_services::CellMLRepresentationValidityError Interface Reference

A validity error about the underlying structure used to represent the CellML model. More...

Inheritance diagram for cellml_services::CellMLRepresentationValidityError:
Collaboration diagram for cellml_services::CellMLRepresentationValidityError:

Public Attributes

readonly attribute dom::Node errorNode
 The node which triggered the error.
readonly attribute unsigned long errorNodalOffset
 The offset into the node at which the error occurred.
- Public Attributes inherited from cellml_services::CellMLValidityError
readonly attribute wstring description
 A human readable description of the problem.
readonly attribute unsigned long nSupplements
 The number of supplements we refer to.
readonly attribute boolean isWarningOnly
 Determines if the 'error' is strictly speaking not a deviation from the CellML specification, but merely an indication that best practices have not been observed.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Additional Inherited Members

- Public Member Functions inherited from cellml_services::CellMLValidityError
CellMLValidityError getSupplement (in unsigned long index)
 Fetches the supplement.

Detailed Description

A validity error about the underlying structure used to represent the CellML model.

Definition at line 50 of file VACSS.idl.

Member Data Documentation

readonly attribute unsigned long cellml_services::CellMLRepresentationValidityError::errorNodalOffset

The offset into the node at which the error occurred.

Definition at line 61 of file VACSS.idl.

readonly attribute dom::Node cellml_services::CellMLRepresentationValidityError::errorNode

The node which triggered the error.

Definition at line 56 of file VACSS.idl.