Package bridge :: Package parser :: Module bridge_amara :: Class Parser
[hide private]
[frames] | no frames]

Class Parser

source code

object --+
         |
        Parser

Instance Methods [hide private]
  __deserialize_fragment(self, current, parent)
  __qname(self, name, prefix=None)
  __serialize_attribute(self, node, attr)
  __serialize_element(self, node, element, encoding)
  serialize(self, document, indent=True, encoding=ENCODING, prefixes=None, omit_declaration=False)
  deserialize(self, source, prefixes=None, strict=False, as_attribute=None, as_list=None, as_attribute_of_element=None)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__deserialize_fragment(self, current, parent)

source code 
None

__qname(self, name, prefix=None)

source code 
None

__serialize_attribute(self, node, attr)

source code 
None

__serialize_element(self, node, element, encoding)

source code 
None

serialize(self, document, indent=True, encoding=ENCODING, prefixes=None, omit_declaration=False)

source code 
None

deserialize(self, source, prefixes=None, strict=False, as_attribute=None, as_list=None, as_attribute_of_element=None)

source code 
None