[scriptable, uuid(2a31a3a0-be68-40af-9f64-914192f0fba2)]
interface nsIDOMLSParser : nsISupports
Constants
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
Attributes
readonly attribute
boolean
async
readonly attribute
boolean
busy
readonly attribute
nsIDOMDOMConfiguration
domConfig
attribute
nsIDOMLSParserFilter
filter
Methods
void
abort()
nsIDOMDocument
parse(in nsIDOMLSInput input)
nsIDOMDocument
parseURI(in DOMString uri)
nsIDOMNode
parseWithContext(in nsIDOMLSInput input, in nsIDOMNode contextArg, in unsigned short action)
Compare to: