WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMLSParser

IID:2a31a3a0-be68-40af-9f64-914192f0fba2
Inherits From:nsISupports

Constants

PRUint16 ACTION_APPEND_AS_CHILDREN = 1
PRUint16 ACTION_REPLACE_CHILDREN = 2
PRUint16 ACTION_INSERT_BEFORE = 3
PRUint16 ACTION_INSERT_AFTER = 4
PRUint16 ACTION_REPLACE = 5

Properties

readonly PRBool async

readonly PRBool busy

readonly nsIDOMDOMConfiguration domConfig

nsIDOMLSParserFilter filter


Methods

void abort ( ) nsIDOMDocument parse ( nsIDOMLSInput input ) nsIDOMDocument parseURI ( DOMString uri ) nsIDOMNode parseWithContext ( nsIDOMLSInput input , nsIDOMNode contextArg , PRUint16 action )

void abort ( )


nsIDOMDocument parse ( nsIDOMLSInput input )

Arguments:
input

nsIDOMDocument parseURI ( DOMString uri )

Arguments:
uri

nsIDOMNode parseWithContext ( nsIDOMLSInput input , nsIDOMNode contextArg , PRUint16 action )

Arguments:
input
contextArg
action

References

This interface is returned from the following methods:

nsIDOMDOMImplementationLS.createLSParser

Reference documentation is generated from Mozilla's source.