Home | History | Annotate | Download | only in sax

Lines Matching defs:InputSource

31         "Parse an XML document from a system identifier or an InputSource."
187 # ===== INPUTSOURCE =====
189 class InputSource:
201 An InputSource belongs to the application, the XMLReader is not
202 allowed to modify InputSource objects passed to it from the
213 "Sets the public identifier of this InputSource."
217 "Returns the public identifier of this InputSource."
221 "Sets the system identifier of this InputSource."
225 "Returns the system identifier of this InputSource."
229 """Sets the character encoding of this InputSource.
234 The encoding attribute of the InputSource is ignored if the
235 InputSource also contains a character stream."""
239 "Get the character encoding of this InputSource."