public class BootstrapResolver
extends org.apache.xml.resolver.helpers.BootstrapResolver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
xCatalogPubId
Public identifier for legacy Apache XCatalog files.
|
static java.lang.String |
xmlCatalog11PubId
Public identifier for OASIS XML Catalog 1.1 files.
|
static java.lang.String |
xmlCatalog11SysId
System identifier for OASIS XML Catalog 1.1 files.
|
static java.lang.String |
xmlCatalogPubId
Public identifier for OASIS XML Catalog files.
|
static java.lang.String |
xmlCatalogRNG
URI of the RELAX NG Grammar for OASIS XML Catalog files.
|
static java.lang.String |
xmlCatalogSysId
System identifier for OASIS XML Catalog files.
|
static java.lang.String |
xmlCatalogXSD
URI of the W3C XML Schema for OASIS XML Catalog files.
|
Constructor and Description |
---|
BootstrapResolver() |
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
makeURL(java.lang.String pathname) |
javax.xml.transform.Source |
resolve(java.lang.String href,
java.lang.String base)
Transformer resolve API.
|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
SAX resolveEntity API.
|
public static final java.lang.String xmlCatalogXSD
public static final java.lang.String xmlCatalogRNG
public static final java.lang.String xmlCatalogPubId
public static final java.lang.String xmlCatalogSysId
public static final java.lang.String xmlCatalog11PubId
public static final java.lang.String xmlCatalog11SysId
public static final java.lang.String xCatalogPubId
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
in interface org.xml.sax.EntityResolver
resolveEntity
in class org.apache.xml.resolver.helpers.BootstrapResolver
public javax.xml.transform.Source resolve(java.lang.String href, java.lang.String base) throws javax.xml.transform.TransformerException
resolve
in interface javax.xml.transform.URIResolver
resolve
in class org.apache.xml.resolver.helpers.BootstrapResolver
javax.xml.transform.TransformerException
public static java.net.URL makeURL(java.lang.String pathname) throws java.net.MalformedURLException
java.net.MalformedURLException
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.