Uses of Class
com.sun.org.apache.xml.internal.resolver.Catalog
-
Packages that use Catalog Package Description com.sun.org.apache.xml.internal.resolver com.sun.org.apache.xml.internal.resolver.readers com.sun.org.apache.xml.internal.resolver.tools -
-
Uses of Catalog in com.sun.org.apache.xml.internal.resolver
Subclasses of Catalog in com.sun.org.apache.xml.internal.resolver Modifier and Type Class Description classResolverAn extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.Methods in com.sun.org.apache.xml.internal.resolver that return Catalog Modifier and Type Method Description CatalogCatalogManager. getCatalog()Get a catalog instance.CatalogCatalogManager. getPrivateCatalog()Get a new catalog instance.protected CatalogCatalog. newCatalog()Create a new Catalog object.Methods in com.sun.org.apache.xml.internal.resolver 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 com.sun.org.apache.xml.internal.resolver.readers
Fields in com.sun.org.apache.xml.internal.resolver.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.protected CatalogXCatalogReader. catalogThe catalog object needs to be stored by the object so that SAX callbacks can use it.Methods in com.sun.org.apache.xml.internal.resolver.readers that return Catalog Modifier and Type Method Description CatalogOASISXMLCatalogReader. getCatalog()Get the current catalog.CatalogXCatalogReader. getCatalog()Get the current catalog.Methods in com.sun.org.apache.xml.internal.resolver.readers with parameters of type Catalog Modifier and Type Method Description voidDOMCatalogParser. parseCatalogEntry(Catalog catalog, Node node)Parse a DOM node as a catalog entry.voidCatalogReader. readCatalog(Catalog catalog, InputStream is)Read a catalog from an input stream.voidCatalogReader. readCatalog(Catalog catalog, String fileUrl)Read a catalog from a file.voidDOMCatalogReader. readCatalog(Catalog catalog, InputStream is)Read a catalog from an input stream.voidDOMCatalogReader. readCatalog(Catalog catalog, String fileUrl)Read the catalog behind the specified URL.voidSAXCatalogReader. readCatalog(Catalog catalog, InputStream is)Parse an XML Catalog stream.voidSAXCatalogReader. readCatalog(Catalog catalog, String fileUrl)Parse an XML Catalog file.voidTextCatalogReader. readCatalog(Catalog catalog, InputStream is)voidTextCatalogReader. readCatalog(Catalog catalog, String fileUrl)Start parsing a text catalog file.voidTR9401CatalogReader. readCatalog(Catalog catalog, 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. -
Uses of Catalog in com.sun.org.apache.xml.internal.resolver.tools
Methods in com.sun.org.apache.xml.internal.resolver.tools that return Catalog Modifier and Type Method Description CatalogCatalogResolver. getCatalog()Return the underlying catalogCatalogResolvingParser. getCatalog()Deprecated.Return the Catalog being used.CatalogResolvingXMLFilter. getCatalog()Provide accessto the underlying Catalog.
-