Package | Description |
---|---|
org.jboss.util.xml.catalog |
XML utilities.
|
org.jboss.util.xml.catalog.readers |
XML utilities.
|
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() |
Catalog |
CatalogManager.getPrivateCatalog() |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Catalog |
OASISXMLCatalogReader.getCatalog() |
Catalog |
XCatalogReader.getCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
DOMCatalogParser.parseCatalogEntry(Catalog catalog,
Node node)
Parse a DOM node as a catalog entry.
|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream.
|
void |
TextCatalogReader.readCatalog(Catalog catalog,
InputStream is) |
void |
CatalogReader.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 |
TR9401CatalogReader.readCatalog(Catalog catalog,
InputStream is)
Start parsing an OASIS TR9401 Open Catalog file.
|
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 |
CatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Read a catalog from a file.
|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Parse an XML Catalog 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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.