Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module POM |
|
Classes | |
---|---|
AttributeList |
|
CDATA |
|
Comment |
|
ContentModel |
Represents and validates a content model. |
DTDConsumerForSourceGeneration |
|
ElementNode |
|
ENTITIES |
|
ENTITY |
|
Enumeration |
|
Fragments |
Fragments is a special holder class to hold 'loose' markup fragments. |
ID |
|
IDREF |
|
IDREFS |
|
IndentedText |
|
NMTOKEN |
|
NMTOKENS |
|
ObjectParserHandler |
|
PCDATA |
|
POMDocument |
|
Text |
|
XMLAttribute |
|
_AttributeType |
|
_ContentModelGenerator |
_ContentModelGenerator(rawmodel) The DTD parser generated and final content model are so different that a different content model generator is used for this object. |
Exceptions | |
---|---|
ValidationError |
ValidationError This exception is raised when an attempt is made to construct an XML POM tree that would be invalid. |
Function Summary | |
---|---|
escape(s)
| |
get_dtd_compiler(fo,
mixinmodule,
toupper)
| |
get_mod_file(sourcefilename) Converts a file name into a file name inside the dtds package. | |
get_parser(handlerclass,
callback,
module)
| |
IF(test,
tv,
fv)
| |
make_Node(path, modules, [value]) Makes a node or an XML fragment given a path, element module list, and an optional value. | |
unescape(s)
| |
_construct_node(name,
modules)
| |
_default_parser_callback(obj)
| |
_find_element(elname,
modules)
|
Variable Summary | |
---|---|
bool |
ANY = True
|
int |
AT_CDATA = 1 |
int |
AT_ENTITIES = 6 |
int |
AT_ENTITY = 5 |
int |
AT_ID = 2 |
int |
AT_IDREF = 3 |
int |
AT_IDREFS = 4 |
int |
AT_NMTOKEN = 7 |
int |
AT_NMTOKENS = 8 |
int |
DEFAULT = 13 |
NoneType |
EMPTY = None |
int |
FIXED = 14 |
int |
IMPLIED = 12 |
int |
REQUIRED = 11 |
dict |
_ATTRCLASSMAP = {1: <class 'Bio.EUtils.POM.CDATA'>, 2: <...
|
dict |
_ATTRTYPEMAP = {'NMTOKEN': 7, 'ENTITY': 5, 'ENTITIES': 6...
|
dict |
_DEFAULTMAP = {u'#FIXED': 14, u'#REQUIRED': 11, u'#DEFAU...
|
Function Details |
---|
get_mod_file(sourcefilename)get_mod_file(sourcefilename) Converts a file name into a file name inside the dtds package. This file name is the destination for generated python files. |
make_node(path, modules, value=None)make_Node(path, modules, [value]) Makes a node or an XML fragment given a path, element module list, and an optional value. |
Variable Details |
---|
ANY
|
AT_CDATA
|
AT_ENTITIES
|
AT_ENTITY
|
AT_ID
|
AT_IDREF
|
AT_IDREFS
|
AT_NMTOKEN
|
AT_NMTOKENS
|
DEFAULT
|
EMPTY
|
FIXED
|
IMPLIED
|
REQUIRED
|
_ATTRTYPEMAP
|
_DEFAULTMAP
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:04:47 2006 | http://epydoc.sf.net |