Interface ILSParser
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html
public interface ILSParser
Properties
Async
bool Async { get; }
Property Value
Busy
bool Busy { get; }
Property Value
DomConfig
DOMConfiguration DomConfig { get; }
Property Value
Filter
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#getFilter-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#setFilter-org.w3c.dom.ls.LSParserFilter-
LSParserFilter Filter { get; set; }
Property Value
Methods
Abort()
void Abort()
Parse(LSInput)
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#parse-org.w3c.dom.ls.LSInput-
Document Parse(LSInput arg0)
Parameters
Returns
Exceptions
ParseURI(String)
Document ParseURI(String arg0)
Parameters
Returns
Exceptions
ParseWithContext(LSInput, Node, short)
Node ParseWithContext(LSInput arg0, Node arg1, short arg2)