| Package | Description |
|---|---|
| org.apache.xml.resolver |
Apache XML Commons Resolver package.
|
| org.apache.xml.resolver.readers |
Apache XML Commons Resolver Readers package.
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
CatalogEntry.getEntryArgCount(int type) |
Find out how many arguments an entry is required to have.
|
static int |
CatalogEntry.getEntryArgCount(java.lang.String name) |
Find out how many arguments an entry is required to have.
|
static int |
CatalogEntry.getEntryType(java.lang.String name) |
Lookup an entry type
|
void |
Catalog.parseCatalog(java.lang.String mimeType,
java.io.InputStream is) |
Parse a catalog file, augmenting internal data structures.
|
protected void |
Catalog.parseCatalogFile(java.lang.String fileName) |
Parse a single catalog file, augmenting internal data structures.
|
| Constructor | Description |
|---|---|
CatalogEntry(int type,
java.util.Vector args) |
Construct a catalog entry of the specified type.
|
CatalogEntry(java.lang.String name,
java.util.Vector args) |
Construct a catalog entry of the specified type.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
TextCatalogReader.nextToken() |
Return the next token in the catalog file.
|
void |
CatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is) |
Read a catalog from an input stream.
|
void |
CatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl) |
Read a catalog from a file.
|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is) |
Read a catalog from an input stream.
|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl) |
Read the catalog behind the specified URL.
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
java.io.InputStream is) |
Parse an XML Catalog stream.
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
java.lang.String fileUrl) |
Parse an XML Catalog file.
|
Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.