| Package | dom.loadsave |
| Class | public class DOMImplementationLSMode |
| Inheritance | DOMImplementationLSMode Object |
| Introduced in: | DOM 3 Load and Save |
See also
| Constant | Defined By | ||
|---|---|---|---|
| DOM 3 Load and Save MODE_ASYNCHRONOUS : Number = 2 [static]
Create an asynchronous LSParser. | DOMImplementationLSMode | ||
| DOM 3 Load and Save MODE_SYNCHRONOUS : Number = 1 [static]
Create a synchronous LSParser. | DOMImplementationLSMode | ||
| DOM 3 Load and Save MODE_ASYNCHRONOUS | Constant |
public static const MODE_ASYNCHRONOUS:Number = 2| Introduced in: | DOM 3 Load and Save |
Create an asynchronous LSParser.
See also
| DOM 3 Load and Save MODE_SYNCHRONOUS | Constant |
public static const MODE_SYNCHRONOUS:Number = 1| Introduced in: | DOM 3 Load and Save |
Create a synchronous LSParser.
See also