Method GetExternalSubset
GetExternalSubset(String, String)
Tells the parser that if no external subset has been declared in the document text, none should be used.
Declaration
public virtual InputSource GetExternalSubset(string name, string baseURI)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | baseURI |
Returns
Type | Description |
---|---|
InputSource |