Home | Trees | Indices | Help |
|
---|
|
A class representing a file store for one of the LISA file formats.
|
|||
UnitClass The class of units that will be instantiated and used by this class |
|
|||
|
|||
|
|||
|
|||
|
|||
TranslationUnit |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
rootNode =
|
|||
bodyNode =
|
|||
XMLskeleton =
|
|||
namespace = None hash(x) |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Constructs a blank TranslationStore.
|
Returns name in Clark notation. For example namespaced("source") in an XLIFF document might return: {urn:oasis:names:tc:xliff:document:1.1}source This is needed throughout lxml. |
Adds and returns a new unit with the given string as first entry.
|
Appends the given unit to the object's list of units. This method should always be used rather than trying to modify the list manually.
|
Converts to a string containing the file's XML
|
Populates this object from the given xml string
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 12 18:11:58 2011 | http://epydoc.sourceforge.net |