Bio :: EUtils :: POM :: Fragments :: Class Fragments
[hide private]
[frames] | no frames]

Class Fragments

source code

ElementNode --+
              |
             Fragments

Fragments is a special holder class to hold 'loose' markup fragments. That is, bits of markup that don't have a common container. It is invisible.

Instance Methods [hide private]
 
__str__(self) source code
 
__unicode__(self) source code

Inherited from ElementNode: __delattr__, __delitem__, __getattr__, __getitem__, __init__, __iter__, __len__, __nonzero__, __repr__, __setattr__, __setitem__, add, add_text, append, attributes, comment, destroy, detach, extend, find, find_elements, full_repr, fullpath, get, get_attribute, get_children, get_element, get_parent, getall, hasAttributes, has_attribute, has_attributes, has_children, has_key, index, inherit_indent, insert, matchpath, node, pathname, processing_instruction, reparent, replace_text, set_attribute, set_indented, set_inline, set_level, set_namespace, text, tostring, use_lowercase, use_truecase, use_uppercase

Class Variables [hide private]

Inherited from ElementNode: ATTLIST, CONTENTMODEL

Inherited from ElementNode (private): _acquired

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: ElementNode.__str__

__unicode__(self)

source code 
Overrides: ElementNode.__unicode__