| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.TranslationStore --+
|
LISAfile
A class representing a file store for one of the LISA file formats.
|
|||
|
UnitClass A single unit in the file. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| TranslationUnit |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
rootNode =
|
|||
bodyNode =
|
|||
XMLskeleton =
|
|||
namespace = None
|
|||
|
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
|
Sets the source language for this store
|
Sets the target language for this store
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Sep 23 13:50:55 2008 | http://epydoc.sourceforge.net |