|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.resolver.helpers.BootstrapResolver
gov.nasa.pds.tools.label.BootstrapResolver
public class BootstrapResolver
Field Summary | |
---|---|
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 | |
---|---|
BootstrapResolver()
|
Method Summary | |
---|---|
static URL |
makeURL(String pathname)
|
Source |
resolve(String href,
String base)
Transformer resolve API. |
InputSource |
resolveEntity(String publicId,
String systemId)
SAX resolveEntity API. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String xmlCatalogXSD
public static final String xmlCatalogRNG
public static final String xmlCatalogPubId
public static final String xmlCatalogSysId
public static final String xmlCatalog11PubId
public static final String xmlCatalog11SysId
public static final String xCatalogPubId
Constructor Detail |
---|
public BootstrapResolver()
Method Detail |
---|
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity
in interface EntityResolver
resolveEntity
in class org.apache.xml.resolver.helpers.BootstrapResolver
public Source resolve(String href, String base) throws TransformerException
resolve
in interface URIResolver
resolve
in class org.apache.xml.resolver.helpers.BootstrapResolver
TransformerException
public static URL makeURL(String pathname) throws MalformedURLException
MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |