Property | Type | Description | |
---|---|---|---|
rules | List |
Method | Description | |
---|---|---|
AddDelegatePublic ( String startString, String catalog ) : |
Adds a rule to the catalog which will direct the resolution for any public identifier that starts with the given prefix to a sub-catalog file.
|
|
AddDelegatePublic ( String startString, String catalog, String xmlbase ) : |
Adds a rule to the catalog which will direct the resolution for any public identifier that starts with the given prefix to a sub-catalog file.
|
|
AddDelegateSystem ( String startString, String catalog ) : |
Adds a rule to the catalog which will direct the resolution for any system identifier that starts with the given prefix to a sub-catalog file.
|
|
AddDelegateSystem ( String startString, String catalog, String xmlbase ) : |
Adds a rule to the catalog which will direct the resolution for any system identifier that starts with the given prefix to a sub-catalog file.
|
|
AddDelegateUri ( String startString, String catalog ) : |
Adds a rule with delegates the processing for matched URIs to another catalog.
|
|
AddDelegateUri ( String startString, String catalog, String xmlbase ) : |
Adds a rule with delegates the processing for matched URIs to another catalog.
|
|
AddNextCatalog ( String catalog ) : |
Adds a rule which will cause resolution to chain to another catalog if no match can be found in this one.
|
|
AddNextCatalog ( String catalog, String xmlbase ) : |
Adds a rule which will cause resolution to chain to another catalog if no match can be found in this one.
|
|
AddPublic ( String publicId, String uri ) : |
Adds a rule to the catalog directing the given public identifier to the indicated URI.
|
|
AddPublic ( String publicId, String uri, String xmlbase ) : |
Adds a rule to the catalog directing the given public identifier to the indicated URI.
|
|
AddRewriteSystem ( String startString, String rewritePrefix ) : |
Adds a rule to the catalog which will cause a matching system identifier to its starting prefix replaced.
|
|
AddRewriteUri ( String startString, String rewritePrefix ) : |
Adds a rule to the catalog which perform URI rewriting.
|
|
AddSystem ( String systemId, String uri ) : |
Adds a rule to the catalog directing the given system identifier to the indicated URI.
|
|
AddSystem ( String systemId, String uri, String xmlbase ) : |
Adds a rule to the catalog directing the given system identifier to the indicated URI.
|
|
AddUri ( String name, String uri ) : |
Adds a rule to the catalog which performs URI matching.
|
|
AddUri ( String name, String uri, String xmlbase ) : |
Adds a rule to the catalog which performs URI matching.
|
|
GroupEntry ( |
Constructs a GroupEntry given its containing entry and attribute values.
|
Method | Description | |
---|---|---|
ApplyRules ( String uri, Stack |
Implements OASIS search rules for URI based resources.
|
|
ApplyRules ( String publicId, String systemId, Stack |
Implements the OASIS search rules for entity resources.
|
Method | Description | |
---|---|---|
ApplyDelegatePublicEntries ( String publicId, String systemId, Stack |
Applies all the DelegatePublicEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyDelegateSystemEntries ( String publicId, String systemId, Stack |
Applies all the DelegateSystemEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyDelegateUriEntries ( String uri, Stack |
Applies all the DelegateUriEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyNextCatalogEntries ( String uri, Stack |
Applies all the NextCatalogEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyNextCatalogEntries ( String publicId, String systemId, Stack |
Applies all the NextCatalogEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyPublicEntries ( String publicId, String systemId, Stack |
Applies all the PublicEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyRewriteSystemEntries ( String publicId, String systemId, Stack |
Applies all the RewriteSystemEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplyRewriteUriEntries ( String uri, Stack |
Applies all the RewriteUriEntry rules in the current catalog recursing into GroupEntry definitions.
|
|
ApplySystemEntries ( String publicId, String systemId, Stack |
Applies all the SystemEntry rules in the current catalog recursing into Group definitions.
|
|
ApplyUriEntries ( String uri, Stack |
Applies all the UriEntry rules in the current catalog recursing into GroupEntry definitions.
|
public AddDelegatePublic ( String startString, String catalog ) : |
||
startString | String | The public identifier prefix to match |
catalog | String | The URI of the sub-catalog. |
return |
public AddDelegatePublic ( String startString, String catalog, String xmlbase ) : |
||
startString | String | The public identifier prefix to match |
catalog | String | The URI of the sub-catalog. |
xmlbase | String | The optional xml:base URI |
return |
public AddDelegateSystem ( String startString, String catalog ) : |
||
startString | String | The system identifier prefix to match |
catalog | String | The URI of the sub-catalog. |
return |
public AddDelegateSystem ( String startString, String catalog, String xmlbase ) : |
||
startString | String | The system identifier prefix to match |
catalog | String | The URI of the sub-catalog. |
xmlbase | String | Optional xml:base value. |
return |
public AddDelegateUri ( String startString, String catalog ) : |
||
startString | String | The prefix string to match against. |
catalog | String | The catalog to delegate to. |
return |
public AddDelegateUri ( String startString, String catalog, String xmlbase ) : |
||
startString | String | The prefix string to match against. |
catalog | String | The catalog to delegate to. |
xmlbase | String | The optional xml:base URI |
return |
public AddNextCatalog ( String catalog ) : |
||
catalog | String | The URI of the catalog to chain to. |
return |
public AddNextCatalog ( String catalog, String xmlbase ) : |
||
catalog | String | The URI of the catalog to chain to. |
xmlbase | String | The optional xml:base URI |
return |
public AddPublic ( String publicId, String uri ) : |
||
publicId | String | The public identifier to be mapped. |
uri | String | The corresponding URI. |
return |
public AddPublic ( String publicId, String uri, String xmlbase ) : |
||
publicId | String | The public identifier to be mapped. |
uri | String | The corresponding URI. |
xmlbase | String | Optional xml:base value. |
return |
public AddRewriteSystem ( String startString, String rewritePrefix ) : |
||
startString | String | The system identifier prefix to match. |
rewritePrefix | String | The new prefix to replace with. |
return |
public AddRewriteUri ( String startString, String rewritePrefix ) : |
||
startString | String | The prefix string to match with. |
rewritePrefix | String | The string to replace matches with. |
return |
public AddSystem ( String systemId, String uri ) : |
||
systemId | String | The system identifier to be mapped. |
uri | String | The corresponding URI. |
return |
public AddSystem ( String systemId, String uri, String xmlbase ) : |
||
systemId | String | The system identifier to be mapped. |
uri | String | The corresponding URI. |
xmlbase | String | Optional xml:base value. |
return |
public AddUri ( String name, String uri ) : |
||
name | String | The URI to match with. |
uri | String | The URI to replace with. |
return |
public AddUri ( String name, String uri, String xmlbase ) : |
||
name | String | The URI to match with. |
uri | String | The URI to replace with. |
xmlbase | String | The optional xml:base URI |
return |
protected ApplyRules ( String uri, Stack |
||
uri | String | The URI of the required resource. |
catalogs | Stack |
A stack of catalogs being processed used to /// detect circular dependency. |
return | String |
protected ApplyRules ( String publicId, String systemId, Stack |
||
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 |
A stack of catalogs being processed used to /// detect circular dependency. |
return | String |
public GroupEntry ( |
||
parent | The containing element. | |
prefer | String | Optional prefer value. |
xmlbase | String | Optional xml:base value. |
return | System |