a new object with type S, a subtype of T
|
|
|
resolve(self,
system_url,
public_id,
context)
Override this method to resolve an external source by
system_url and public_id. |
|
|
|
|
|
resolve_file(self,
f,
context,
base_url=None)
Return an open file-like object as input document. |
|
|
|
resolve_filename(self,
filename,
context)
Return the name of a parsable file as input document. |
|
|
|
resolve_string(self,
string,
context,
base_url=None)
Return a parsable string as input document. |
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|