Modifier and Type | Field and Description |
---|---|
pack-priv String | |
pack-priv URL |
Access | Constructor and Description |
---|---|
public | SystemSuffix(String base, String
The systemIdSuffix attribute. systemIdSuffix, String The uri attribute. uri)Construct a systemSuffix entry. |
Modifier and Type | Method and Description |
---|---|
public String | |
public URL | |
public String | Returns: The replacement URI if the match is successful, null if not.The systemId to be matched. systemId, int The length of systemIdSuffix of previous match if any. currentMatch)Overrides javax. Try to match the specified systemId with the entry. |
public String | Returns: The replacement URI if the match is successful, null if not.The systemId to be matched. systemId)Overrides javax. Try to match the specified systemId with the entry. |
public void | setSystemIdSuffix(String
The systemIdSuffix attribute value. systemIdSuffix)Set the systemIdSuffix attribute. |
public void |
systemIdSuffix | back to summary |
---|---|
pack-priv String systemIdSuffix |
uri | back to summary |
---|---|
pack-priv URL uri |
SystemSuffix | back to summary |
---|---|
public SystemSuffix(String base, String systemIdSuffix, String uri) Construct a systemSuffix entry. |
getSystemIdSuffix | back to summary |
---|---|
public String getSystemIdSuffix() Get the systemIdSuffix attribute.
|
getURI | back to summary |
---|---|
public URL getURI() Get the uri attribute.
|
match | back to summary |
---|---|
public String match(String systemId, int currentMatch) Overrides javax. Try to match the specified systemId with the entry. Return the match if it is successful and the length of the systemIdSuffix is longer than the longest of any previous match. |
match | back to summary |
---|---|
public String match(String systemId) Overrides javax. Try to match the specified systemId with the entry. |
setSystemIdSuffix | back to summary |
---|---|
public void setSystemIdSuffix(String systemIdSuffix) Set the systemIdSuffix attribute.
|
setURI | back to summary |
---|---|
public void setURI(String uri) Set the uri attribute. If the value of the uri attribute is relative, it must be made absolute with respect to the base URI currently in effect. The URI reference should not include a fragment identifier.
|