| Package | dom.loadsave |
| Class | public class LSExceptionCode |
| Inheritance | LSExceptionCode Object |
| Introduced in: | DOM 3 Load and Save |
See also
| Constant | Defined 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 | ||
| DOM 3 Load and Save PARSE_ERR | Constant |
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_ERR | Constant |
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