Packagedom.loadsave
Classpublic class LSExceptionCode
InheritanceLSExceptionCode Inheritance Object

Introduced in: DOM 3 Load and Save 

An integer indicating the type of error generated.

See also

W3C - LSExceptionCode


Public Constants
 ConstantDefined By
  DOM 3 Load and Save PARSE_ERR : Number = 81
[static] If an attempt was made to load a document, or an XML Fragment, using LSParser and the processing has been stopped.
LSExceptionCode
  DOM 3 Load and Save SERIALIZE_ERR : Number = 82
[static] If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.
LSExceptionCode
Constant Detail
DOM 3 Load and Save PARSE_ERRConstant
public static const PARSE_ERR:Number = 81

Introduced in: DOM 3 Load and Save 

If an attempt was made to load a document, or an XML Fragment, using LSParser and the processing has been stopped.

See also

DOM 3 Load and Save SERIALIZE_ERRConstant 
public static const SERIALIZE_ERR:Number = 82

Introduced in: DOM 3 Load and Save 

If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.

See also