Method ResolveEntity
ResolveEntity(String, String, String, String)
Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
Note that because the older ResolveEntity(String, String),
method is overridden to call this one, this method may sometimes
be invoked with null name
and baseURI
, and
with the systemId
already absolutized.
Declaration
public virtual InputSource ResolveEntity(string name, string publicId, string baseURI, string systemId)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
publicId |
|
System.String |
baseURI |
|
System.String |
systemId |
|
Returns
Implements
ResolveEntity(String, String)
Declaration
public override InputSource ResolveEntity(string publicId, string systemId)
Parameters
Type |
Name |
Description |
System.String |
publicId |
|
System.String |
systemId |
|
Returns
Overrides
Implements