Uses of Class
org.jboss.util.xml.catalog.Catalog
-
Packages that use Catalog Package Description 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 Modifier and Type Class Description classResolverAn extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.Fields in org.jboss.util.xml.catalog declared as Catalog Modifier and Type Field Description private static CatalogCatalogManager. staticCatalogThe static catalog used by this manager.Methods in org.jboss.util.xml.catalog that return Catalog Modifier and Type Method Description CatalogCatalogManager. getCatalog()CatalogCatalogManager. getPrivateCatalog()protected CatalogCatalog. newCatalog()Create a new Catalog object.Methods in org.jboss.util.xml.catalog with parameters of type Catalog Modifier and Type Method Description protected voidCatalog. 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 Modifier and Type Field Description protected CatalogOASISXMLCatalogReader. catalogThe catalog object needs to be stored by the object so that SAX callbacks can use it.private CatalogSAXCatalogReader. catalogThe Catalog that we're working for.protected CatalogXCatalogReader. catalogThe 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 Modifier and Type Method Description CatalogOASISXMLCatalogReader. getCatalog()CatalogXCatalogReader. getCatalog()Methods in org.jboss.util.xml.catalog.readers with parameters of type Catalog Modifier and Type Method Description voidDOMCatalogParser. parseCatalogEntry(Catalog catalog, org.w3c.dom.Node node)Parse a DOM node as a catalog entry.voidCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Read a catalog from an input stream.voidCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Read a catalog from a file.voidDOMCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Read a catalog from an input stream.voidDOMCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Read the catalog behind the specified URL.voidSAXCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Parse an XML Catalog stream.voidSAXCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Parse an XML Catalog file.voidTextCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)voidTextCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Start parsing a text catalog file.voidTR9401CatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Start parsing an OASIS TR9401 Open Catalog file.voidOASISXMLCatalogReader. setCatalog(Catalog catalog)Set the current catalog.voidSAXCatalogParser. setCatalog(Catalog catalog)Set the Catalog for which parsing is being performed.voidXCatalogReader. setCatalog(Catalog catalog)Set the current catalog.
-