Package gov.nasa.pds.tools.label
Class BootstrapResolver
java.lang.Object
org.apache.xml.resolver.helpers.BootstrapResolver
gov.nasa.pds.tools.label.BootstrapResolver
- All Implemented Interfaces:
URIResolver
,EntityResolver
public class BootstrapResolver
extends org.apache.xml.resolver.helpers.BootstrapResolver
- Author:
- pramirez
-
Field Summary
Fields Modifier and Type Field Description static String
xCatalogPubId
Public identifier for legacy Apache XCatalog files.static String
xmlCatalog11PubId
Public identifier for OASIS XML Catalog 1.1 files.static String
xmlCatalog11SysId
System identifier for OASIS XML Catalog 1.1 files.static String
xmlCatalogPubId
Public identifier for OASIS XML Catalog files.static String
xmlCatalogRNG
URI of the RELAX NG Grammar for OASIS XML Catalog files.static String
xmlCatalogSysId
System identifier for OASIS XML Catalog files.static String
xmlCatalogXSD
URI of the W3C XML Schema for OASIS XML Catalog files. -
Constructor Summary
Constructors Constructor Description BootstrapResolver()
-
Method Summary
-
Field Details
-
xmlCatalogXSD
URI of the W3C XML Schema for OASIS XML Catalog files.- See Also:
- Constant Field Values
-
xmlCatalogRNG
URI of the RELAX NG Grammar for OASIS XML Catalog files.- See Also:
- Constant Field Values
-
xmlCatalogPubId
Public identifier for OASIS XML Catalog files.- See Also:
- Constant Field Values
-
xmlCatalogSysId
System identifier for OASIS XML Catalog files.- See Also:
- Constant Field Values
-
xmlCatalog11PubId
Public identifier for OASIS XML Catalog 1.1 files.- See Also:
- Constant Field Values
-
xmlCatalog11SysId
System identifier for OASIS XML Catalog 1.1 files.- See Also:
- Constant Field Values
-
xCatalogPubId
Public identifier for legacy Apache XCatalog files. There is no official system identifier for XCatalog files.- See Also:
- Constant Field Values
-
-
Constructor Details
-
BootstrapResolver
public BootstrapResolver()
-
-
Method Details
-
resolveEntity
SAX resolveEntity API.- Specified by:
resolveEntity
in interfaceEntityResolver
- Overrides:
resolveEntity
in classorg.apache.xml.resolver.helpers.BootstrapResolver
-
resolve
Transformer resolve API.- Specified by:
resolve
in interfaceURIResolver
- Overrides:
resolve
in classorg.apache.xml.resolver.helpers.BootstrapResolver
- Throws:
TransformerException
-
makeURL
- Throws:
MalformedURLException
-