C# Class HandCoded.Xml.Resolver.SystemEntry

The SystemEntry class implements simple system identifier matching.
Inheritance: RelativeEntry, IEntityRule
Datei anzeigen Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Public Methods

Method Description
ApplyTo ( String publicId, String systemId, Stack catalogs ) : String

Applys the rule instance to the public or system identifier in an attempt to locate the URI of a resource with can provide the required information.

SystemEntry ( GroupEntry parent, String systemId, String uri, String xmlbase ) : System

Constructs a SystemEntry instance that will replace a system identifier with a URI.

Protected Methods

Method Description
ToDebug ( ) : String

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.

Method Details

ApplyTo() public method

Applys the rule instance to the public or system identifier in an attempt to locate the URI of a resource with can provide the required information.
public ApplyTo ( String publicId, String systemId, Stack catalogs ) : String
publicId String The public identifier of the external entity /// being referenced, or null if none was supplied.
systemId String The system identifier of the external entity /// being referenced.
catalogs Stack The stack of catalogs being processed.
return String

SystemEntry() public method

Constructs a SystemEntry instance that will replace a system identifier with a URI.
public SystemEntry ( GroupEntry parent, String systemId, String uri, String xmlbase ) : System
parent GroupEntry The containing element.
systemId String The system identifier to be matched.
uri String The replacement URI.
xmlbase String Optional xml:base value.
return System

ToDebug() protected method

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.
protected ToDebug ( ) : String
return String