Module libxml2 :: Class catalog
[hide private]
[frames] | no frames]

Class catalog

source code

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__del__(self) source code
 
add(self, type, orig, replace)
Add an entry in the catalog, it may overwrite existing but different entries.
source code
 
catalogIsEmpty(self)
Check is a catalog is empty
source code
 
convertSGMLCatalog(self)
Convert all the SGML catalog entries as XML ones
source code
 
dump(self, out)
Dump the given catalog to the given file.
source code
 
remove(self, value)
Remove an entry from the catalog
source code
 
resolve(self, pubID, sysID)
Do a complete resolution lookup of an External Identifier
source code
 
resolvePublic(self, pubID)
Try to lookup the catalog local reference associated to a public ID in that catalog
source code
 
resolveSystem(self, sysID)
Try to lookup the catalog resource for a system ID
source code
 
resolveURI(self, URI)
Do a complete resolution lookup of an URI
source code