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

This method is used internally when constructing a new catalog.

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

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

This method is expected to analyze the specified node and construct appropriate catalog entry(ies) from it.

void
CatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream

This class reads a catalog from an input stream.

void
DOMCatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream

This class reads a catalog from an input stream:

  • Based on the QName of the root element, it determines which parser to instantiate for this catalog.
  • It constructs a DOM Document from the catalog and
  • For each child of the root node, it calls the parser's parseCatalogEntry method.
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

This class reads 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

This class reads a catalog from a URL.

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 Apache. All Rights Reserved.