Package: de.folt.models.documentmodel.tmx Diagram Back to overview

TmxDocument class
Inherits from: XmlDocument
Attributes
Name Type Visibility
serialVersionUID long   private
TmxBody Element   protected
TmxHeader Element   protected
TmxVersion String   protected
( @SuppressWarnings   public
) "unchecked"   public
(Element) List   public
( getTmxHeaderNoteList   public
{ )   public
header Element   public
( if   public
! header   public
return else   public
; null   public
Operations
Name Parameters Returns Visibility
TmxDocument     public
getDocument   Document   public
setDocument
Document document
 
  public
getTmxHeader   Element   public
getTmxVersion   String   public


TmxProp class
Inherits from: Observable
Implements: Serializable
Attributes
Name Type Visibility
serialVersionUID long   private
type String   private
lang String   private
o_encoding String   private
content String   private
propType PropType   private
PropType enum   public
Operations
Name Parameters Returns Visibility
TmxProp
String type
String lang
String o_encoding
String content
 
  public
TmxProp
Element prop
 
  public
getType   String   public
getLang   String   public
getO_encoding   String   public
getContent   String   public
getPropType   PropType   public
format   String   public