ReactOS 0.4.16-dev-1093-g93e9710
|
Public Types | |
typedef int | nsDTDMode |
typedef int | eParserCommands |
Definition at line 3997 of file nsiface.idl.
typedef int nsIParser::eParserCommands |
Definition at line 4000 of file nsiface.idl.
typedef int nsIParser::nsDTDMode |
Definition at line 3999 of file nsiface.idl.
void nsIParser::BeginEvaluatingParserInsertedScript | ( | ) |
void nsIParser::BlockParser | ( | ) |
nsresult nsIParser::BuildModel | ( | ) |
nsresult nsIParser::CancelParsingEvents | ( | ) |
nsresult nsIParser::ContinueInterruptedParsing | ( | ) |
void nsIParser::ContinueInterruptedParsingAsync | ( | ) |
void nsIParser::EndEvaluatingParserInsertedScript | ( | ) |
nsresult nsIParser::GetChannel | ( | nsIChannel ** | aChannel | ) |
void nsIParser::GetCommand | ( | nsACString * | aCommand | ) |
nsIContentSink * nsIParser::GetContentSink | ( | ) |
void nsIParser::GetDocumentCharset | ( | nsACString * | oCharset, |
int32_t * | oSource | ||
) |
nsIStreamListener * nsIParser::GetStreamListener | ( | ) |
bool nsIParser::IsComplete | ( | ) |
bool nsIParser::IsInsertionPointDefined | ( | ) |
bool nsIParser::IsParserEnabled | ( | ) |
bool nsIParser::IsScriptCreated | ( | ) |
nsresult nsIParser::Parse | ( | nsIURI * | aURL, |
nsIRequestObserver * | aListener, | ||
void * | aKey, | ||
nsDTDMode | aMode | ||
) |
void nsIParser::Reset | ( | ) |
void nsIParser::SetCommand | ( | eParserCommands | aParserCommand | ) |
void nsIParser::SetContentSink | ( | nsIContentSink * | aSink | ) |
void nsIParser::SetDocumentCharset | ( | const nsACString * | aCharset, |
int32_t | aSource | ||
) |
nsresult nsIParser::Terminate | ( | ) |
void nsIParser::UnblockParser | ( | ) |