import "nsIDOMLSParser.idl";
Public Member Functions | |
nsIDOMDocument | parse (in nsIDOMLSInput input) raises (DOMException, LSException) |
nsIDOMDocument | parseURI (in DOMString uri) raises (DOMException, LSException) |
nsIDOMNode | parseWithContext (in nsIDOMLSInput input, in nsIDOMNode contextArg, in unsigned short action) raises (DOMException, LSException) |
void | abort () |
Public Attributes | |
readonly attribute nsIDOMDOMConfiguration | domConfig |
attribute nsIDOMLSParserFilter | filter |
readonly attribute boolean | async |
readonly attribute boolean | busy |
const unsigned short | ACTION_APPEND_AS_CHILDREN = 1 |
const unsigned short | ACTION_REPLACE_CHILDREN = 2 |
const unsigned short | ACTION_INSERT_BEFORE = 3 |
const unsigned short | ACTION_INSERT_AFTER = 4 |
const unsigned short | ACTION_REPLACE = 5 |
void nsIDOMLSParser::abort | ( | ) |
nsIDOMDocument nsIDOMLSParser::parse | ( | in nsIDOMLSInput | input | ) | raises (DOMException, LSException) |
nsIDOMDocument nsIDOMLSParser::parseURI | ( | in DOMString | uri | ) | raises (DOMException, LSException) |
nsIDOMNode nsIDOMLSParser::parseWithContext | ( | in nsIDOMLSInput | input, | |
in nsIDOMNode | contextArg, | |||
in unsigned short | action | |||
) | raises (DOMException, LSException) |
const unsigned short nsIDOMLSParser::ACTION_APPEND_AS_CHILDREN = 1 |
const unsigned short nsIDOMLSParser::ACTION_INSERT_AFTER = 4 |
const unsigned short nsIDOMLSParser::ACTION_INSERT_BEFORE = 3 |
const unsigned short nsIDOMLSParser::ACTION_REPLACE = 5 |
const unsigned short nsIDOMLSParser::ACTION_REPLACE_CHILDREN = 2 |
readonly attribute boolean nsIDOMLSParser::async |
readonly attribute boolean nsIDOMLSParser::busy |
readonly attribute nsIDOMDOMConfiguration nsIDOMLSParser::domConfig |
attribute nsIDOMLSParserFilter nsIDOMLSParser::filter |