Top Description Fields Constructors Methods
javax.xml.catalog

pack-priv final Class NextCatalog

extends AltCatalog
Class Inheritance

Represents a nextCatalog entry.
Since
9

Field Summary

Inherited from javax.xml.catalog.AltCatalog:
catalogURI

Constructor Summary

AccessConstructor and Description
public
NextCatalog(String base, String
The catalog attribute.
catalog
)

Construct a nextCatalog entry.

Method Summary

Modifier and TypeMethod and Description
public String
match(String
The identifier attribute to be matched
match
)

Overrides javax.xml.catalog.BaseEntry.match.

Matches the specified string with the identifier attribute of the entry.
Inherited from javax.xml.catalog.AltCatalog:
getCatalogIdgetCatalogURImatchURIsetCatalog

Constructor Detail

NextCatalogback to summary
public NextCatalog(String base, String catalog)

Construct a nextCatalog entry.

Parameters
catalog:String

The catalog attribute.

Method Detail

matchback to summary
public String match(String match)

Overrides javax.xml.catalog.BaseEntry.match.

Doc from javax.xml.catalog.BaseEntry.match.

Matches the specified string with the identifier attribute of the entry.

Parameters
match:String

The identifier attribute to be matched

Returns:String

The replacement URI if a matching entry is found, null if not.

Annotations
@Override