Home | Trees | Indices | Help |
|
---|
|
object --+ | DocInfo
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
URL The source URL of the document (or None if unknown). |
|||
doctype Returns a DOCTYPE declaration string for the document. |
|||
encoding Returns the encoding name as declared by the document. |
|||
externalDTD Returns a DTD validator based on the external subset of the document. |
|||
internalDTD Returns a DTD validator based on the internal subset of the document. |
|||
public_id Returns the public ID of the DOCTYPE. |
|||
root_name Returns the name of the root node as defined by the DOCTYPE. |
|||
standalone Returns the standalone flag as declared by the document. |
|||
system_url Returns the system ID of the DOCTYPE. |
|||
xml_version Returns the XML version as declared by the document. |
|||
Inherited from |
|
|
|
|
standaloneReturns the standalone flag as declared by the document. The possible values are True (standalone='yes'), False (standalone='no' or flag not provided in the declaration), and None (unknown or no declaration found). Note that a normal truth test on this value will always tell if the standalone flag was set to 'yes' or not. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Fri Oct 30 14:51:45 2009 | http://epydoc.sourceforge.net |