Uses of Class org.apache.xml.resolver.Catalog

Uses in package org.apache.xml.resolver.tools

Methods with return type org.apache.xml.resolver.Catalog

Catalog
Return the underlying catalog
Catalog
Return the Catalog being used.
Catalog
Provide accessto the underlying Catalog.

Uses in package org.apache.xml.resolver

Classes derived from org.apache.xml.resolver.Catalog

class
An extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.

Methods with parameter type org.apache.xml.resolver.Catalog

void
Copies the reader list from the current Catalog to a new Catalog.

Methods with return type org.apache.xml.resolver.Catalog

Catalog
Get a catalog instance.
Catalog
Get a new catalog instance.
Catalog
Create a new Catalog object.

Uses in package org.apache.xml.resolver.readers

Fields of type org.apache.xml.resolver.Catalog

Catalog
The catalog object needs to be stored by the object so that SAX callbacks can use it.
Catalog
The catalog object needs to be stored by the object so that SAX callbacks can use it.

Methods with parameter type org.apache.xml.resolver.Catalog

void
Parse a DOM node as a catalog entry.
void
CatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream.
void
DOMCatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream.
void
SAXCatalogReader.readCatalog(Catalog catalog, InputStream is)
Parse an XML Catalog stream.
void
TextCatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream.
void
TR9401CatalogReader.readCatalog(Catalog catalog, InputStream is)
Start parsing an OASIS TR9401 Open Catalog file.
void
CatalogReader.readCatalog(Catalog catalog, String fileUrl)
Read a catalog from a file.
void
DOMCatalogReader.readCatalog(Catalog catalog, String fileUrl)
Read the catalog behind the specified URL.
void
SAXCatalogReader.readCatalog(Catalog catalog, String fileUrl)
Parse an XML Catalog file.
void
TextCatalogReader.readCatalog(Catalog catalog, String fileUrl)
Start parsing a text catalog file.
void
Set the current catalog.
void
Set the Catalog for which parsing is being performed.
void
Set the current catalog.

Methods with return type org.apache.xml.resolver.Catalog

Catalog
Get the current catalog.
Catalog
Get the current catalog.

Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.