Interface ILSParser
.NET interface for TO BE DEFINED FROM USER
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/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSParser.html#getFilter() https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSParser.html#setFilter(org.w3c.dom.ls.LSParserFilter)
LSParserFilter Filter { get; set; }
Property Value
Methods
Abort()
void Abort()
Parse(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)