|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Catalog | |
---|---|
org.jboss.util.xml.catalog | XML utilities. |
org.jboss.util.xml.catalog.readers | XML utilities. |
Uses of Catalog in org.jboss.util.xml.catalog |
---|
Subclasses of Catalog in org.jboss.util.xml.catalog | |
---|---|
class |
Resolver
An extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver. |
Methods in org.jboss.util.xml.catalog that return Catalog | |
---|---|
Catalog |
CatalogManager.getCatalog()
Get a catalog instance. |
Catalog |
CatalogManager.getPrivateCatalog()
Get a new catalog instance. |
protected Catalog |
Catalog.newCatalog()
Create a new Catalog object. |
Methods in org.jboss.util.xml.catalog with parameters of type Catalog | |
---|---|
protected void |
Catalog.copyReaders(Catalog newCatalog)
Copies the reader list from the current Catalog to a new Catalog. |
Uses of Catalog in org.jboss.util.xml.catalog.readers |
---|
Fields in org.jboss.util.xml.catalog.readers declared as Catalog | |
---|---|
protected Catalog |
OASISXMLCatalogReader.catalog
The catalog object needs to be stored by the object so that SAX callbacks can use it. |
protected Catalog |
XCatalogReader.catalog
The catalog object needs to be stored by the object so that SAX callbacks can use it. |
Methods in org.jboss.util.xml.catalog.readers that return Catalog | |
---|---|
Catalog |
OASISXMLCatalogReader.getCatalog()
Get the current catalog. |
Catalog |
XCatalogReader.getCatalog()
Get the current catalog. |
Methods in org.jboss.util.xml.catalog.readers with parameters of type Catalog | |
---|---|
void |
DOMCatalogParser.parseCatalogEntry(Catalog catalog,
Node node)
Parse a DOM node as a catalog entry. |
void |
TR9401CatalogReader.readCatalog(Catalog catalog,
InputStream is)
Start parsing an OASIS TR9401 Open Catalog file. |
void |
DOMCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream. |
void |
TextCatalogReader.readCatalog(Catalog catalog,
InputStream is)
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Parse an XML Catalog stream. |
void |
CatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream. |
void |
DOMCatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Read the catalog behind the specified URL. |
void |
TextCatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Start parsing a text catalog file. |
void |
SAXCatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Parse an XML Catalog file. |
void |
CatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Read a catalog from a file. |
void |
OASISXMLCatalogReader.setCatalog(Catalog catalog)
Set the current catalog. |
void |
XCatalogReader.setCatalog(Catalog catalog)
Set the current catalog. |
void |
SAXCatalogParser.setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |