Package | Description |
---|---|
org.apache.xml.resolver |
Apache XML Commons Resolver package.
|
org.apache.xml.resolver.readers |
Apache XML Commons Resolver Readers package.
|
org.apache.xml.resolver.tools |
Apache XML Commons Resolver Tools package.
|
Modifier and Type | Class and Description |
---|---|
class |
Resolver
An extension to OASIS Open Catalog files, this class supports
suffix-based matching and an external RFC2483 resolver.
|
Modifier and Type | Method and Description |
---|---|
Catalog |
CatalogManager.getCatalog()
Get a catalog instance.
|
Catalog |
CatalogManager.getPrivateCatalog()
Get a new catalog instance.
|
protected Catalog |
Catalog.newCatalog()
Create a new Catalog object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Catalog.copyReaders(Catalog newCatalog)
Copies the reader list from the current Catalog to a new Catalog.
|
Modifier and Type | Field and Description |
---|---|
protected Catalog |
XCatalogReader.catalog
The catalog object needs to be stored by the object so that
SAX callbacks can use it.
|
protected Catalog |
OASISXMLCatalogReader.catalog
The catalog object needs to be stored by the object so that
SAX callbacks can use it.
|
Modifier and Type | Method and Description |
---|---|
Catalog |
XCatalogReader.getCatalog()
Get the current catalog.
|
Catalog |
OASISXMLCatalogReader.getCatalog()
Get the current catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMCatalogParser.parseCatalogEntry(Catalog catalog,
org.w3c.dom.Node node)
Parse a DOM node as a catalog entry.
|
void |
TextCatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is) |
void |
TR9401CatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is)
Start parsing an OASIS TR9401 Open Catalog file.
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is)
Parse an XML Catalog stream.
|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is)
Read a catalog from an input stream.
|
void |
CatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is)
Read a catalog from an input stream.
|
void |
TextCatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl)
Start parsing a text catalog file.
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl)
Parse an XML Catalog file.
|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl)
Read the catalog behind the specified URL.
|
void |
CatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl)
Read a catalog from a file.
|
void |
XCatalogReader.setCatalog(Catalog catalog)
Set the current catalog.
|
void |
SAXCatalogParser.setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.
|
void |
OASISXMLCatalogReader.setCatalog(Catalog catalog)
Set the current catalog.
|
Modifier and Type | Method and Description |
---|---|
Catalog |
ResolvingXMLFilter.getCatalog()
Provide accessto the underlying Catalog.
|
Catalog |
ResolvingParser.getCatalog()
Deprecated.
Return the Catalog being used.
|
Catalog |
CatalogResolver.getCatalog()
Return the underlying catalog
|
Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.