Salt  3.3.6-SNAPSHOT
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary Interface Reference

Inherited by org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler, and org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer.

Static Public Attributes

static final String NS_SALTCORE = "saltCore"
 constant to address the xml-namespace prefix'saltCore'. More...
 
static final String NS_VALUE_SALTCORE = "saltCore"
 constant to address the xml-namespace 'saltCore'. More...
 
static final String NS_SALTCOMMON = "saltCommon"
 constant to address the xml-namespace prefix'saltCommon'. More...
 
static final String NS_VALUE_SALTCOMMON = "saltCommon"
 constant to address the xml-namespace 'saltCommon'. More...
 
static final String NS_SDOCUMENTSTRUCTURE = "sDocumentStructure"
 constant to address the xml-namespace prefix'sDocumentStructure'. More...
 
static final String NS_VALUE_SDOCUMENTSTRUCTURE = "sDocumentStructure"
 constant to address the xml-namespace 'sDocumentStructure'. More...
 
static final String NS_SCORPUSSTRUCTURE = "sCorpusStructure"
 constant to address the xml-namespace prefix'sCorpusStructure'. More...
 
static final String NS_VALUE_SCORPUSSTRUCTURE = "sCorpusStructure"
 constant to address the xml-namespace 'sCorpusStructure'. More...
 
static final String NS_XMI = "xmi"
 constant to address the xml-namespace prefix'xmi'. More...
 
static final String NS_VALUE_XMI = "http://www.omg.org/XMI"
 constant to address the xml-namespace 'http://www.omg.org/XMI'. More...
 
static final String NS_XSI = "xsi"
 constant to address the xml-namespace prefix'xsi'. More...
 
static final String NS_VALUE_XSI = "http://www.w3.org/2001/XMLSchema-instance"
 constant to address the xml-namespace 'http://www.w3.org/2001/XMLSchema-instance'.
 
static final String TAG_EDGES = "edges"
 constant to address the xml-element 'edges'. More...
 
static final String TAG_NODES = "nodes"
 constant to address the xml-element 'nodes'. More...
 
static final String TAG_SDOCUMENTSTRUCTURE_SDOCUMENTGRAPH = "SDocumentGraph"
 constant to address the xml-element 'sDocumentStructure:SDocumentGraph'.
 
static final String TAG_LAYERS = "layers"
 constant to address the xml-element 'layers'. More...
 
static final String TAG_LABELS = "labels"
 constant to address the xml-element 'labels'. More...
 
static final String TAG_SDOCUMENT = "sDocument"
 constant to address the xml-element 'sDocument'. More...
 
static final String TAG_SALT_PROJECT = "SaltProject"
 constant to address the xml-element 'SaltProject'. More...
 
static final String ATT_EDGES = "edges"
 constant to address the xml-attribute 'edges'. More...
 
static final String ATT_SOURCE = "source"
 constant to address the xml-attribute 'source'. More...
 
static final String ATT_NODES = "nodes"
 constant to address the xml-attribute 'nodes'. More...
 
static final String ATT_LAYERS = "layers"
 constant to address the xml-attribute 'layers'. More...
 
static final String ATT_NAME = "name"
 constant to address the xml-attribute 'name'. More...
 
static final String ATT_TARGET = "target"
 constant to address the xml-attribute 'target'. More...
 
static final String ATT_VALUE = "value"
 constant to address the xml-attribute 'value'. More...
 
static final String ATT_XSI_TYPE = "type"
 constant to address the xml-attribute 'xsi:type'. More...
 
static final String ATT_HREF = "href"
 constant to address the xml-attribute 'href'. More...
 
static final String ATT_NAMESPACE = "namespace"
 constant to address the xml-attribute 'namespace'. More...
 
static final String ATT_XMI_VERSION = "version"
 constant to address the xml-attribute 'xmi:version'. More...
 
static final String ATT_TYPE = "xsi:type"
 
static final String ATT_VALUE_STRING = "valueString"
 
static final String TYPE_SFEATURE = "saltCore:SFeature"
 
static final String TYPE_SELEMENTID = "saltCore:SElementId"
 
static final String TYPE_SANNOTATION = "saltCore:SAnnotation"
 
static final String TYPE_SMETAANNOTATION = "saltCore:SMetaAnnotation"
 
static final String TYPE_SPROCESSINGANNOTATION = "saltCore:SProcessingAnnotation"
 
static final String TAG_SDOCUMENT_GRAPH = "sDocumentStructure:SDocumentGraph"
 
static final String TAG_SALT_PROJECT_FULL = "saltCommon:SaltProject"
 
static final String TAG_SCORPUS_GRAPH = "sCorpusGraphs"
 
static final String ATT_SNAME = "sName"
 
static final String TYPE_SCORPUS = "sCorpusStructure:SCorpus"
 
static final String TYPE_SDOCUMENT = "sCorpusStructure:SDocument"
 
static final String TYPE_SCORPUS_DOCUMENT_RELATION = "sCorpusStructure:SCorpusDocumentRelation"
 
static final String TYPE_SCORPUS_RELATION = "sCorpusStructure:SCorpusRelation"
 
static final String TYPE_STIMELINE = "sDocumentStructure:STimeline"
 
static final String TYPE_SAUDIODS = "sDocumentStructure:SAudioDS"
 
static final String TYPE_STEXTUALDS = "sDocumentStructure:STextualDS"
 
static final String TYPE_STOKEN = "sDocumentStructure:SToken"
 
static final String TYPE_SSPAN = "sDocumentStructure:SSpan"
 
static final String TYPE_SSTRUCTURE = "sDocumentStructure:SStructure"
 
static final String TYPE_STEXTUAL_RELATION = "sDocumentStructure:STextualRelation"
 
static final String TYPE_SAUDIO_RELATION = "sDocumentStructure:SAudioRelation"
 
static final String TYPE_STIMELINE_RELATION = "sDocumentStructure:STimelineRelation"
 
static final String TYPE_SSPANNING_RELATION = "sDocumentStructure:SSpanningRelation"
 
static final String TYPE_SORDER_RELATION = "sDocumentStructure:SOrderRelation"
 
static final String TYPE_SDOMINANCE_RELATION = "sDocumentStructure:SDominanceRelation"
 
static final String TYPE_SPOINTING_RELATION = "sDocumentStructure:SPointingRelation"
 
static final String TYPE_SPOS = "saltSemantics:SPOSAnnotation"
 
static final String TYPE_SLEMMA = "saltSemantics:SLemmaAnnotation"
 
static final String TYPE_SCAT = "saltSemantics:SCatAnnotation"
 
static final String TYPE_SSENTENCE = "saltSemantics:SentenceAnnotation"
 
static final String TYPE_SWORD = "saltSemantics:SWordAnnotation"
 
static final String TYPE_STYPE = "saltSemantics:STypeAnnotation"
 

Member Data Documentation

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_EDGES = "edges"
static

constant to address the xml-attribute 'edges'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_HREF = "href"
static

constant to address the xml-attribute 'href'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_LAYERS = "layers"
static

constant to address the xml-attribute 'layers'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_NAME = "name"
static

constant to address the xml-attribute 'name'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_NAMESPACE = "namespace"
static

constant to address the xml-attribute 'namespace'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_NODES = "nodes"
static

constant to address the xml-attribute 'nodes'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_SOURCE = "source"
static

constant to address the xml-attribute 'source'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_TARGET = "target"
static

constant to address the xml-attribute 'target'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_VALUE = "value"
static

constant to address the xml-attribute 'value'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_XMI_VERSION = "version"
static

constant to address the xml-attribute 'xmi:version'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.ATT_XSI_TYPE = "type"
static

constant to address the xml-attribute 'xsi:type'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_SALTCOMMON = "saltCommon"
static

constant to address the xml-namespace prefix'saltCommon'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_SALTCORE = "saltCore"
static

constant to address the xml-namespace prefix'saltCore'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_SCORPUSSTRUCTURE = "sCorpusStructure"
static

constant to address the xml-namespace prefix'sCorpusStructure'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_SDOCUMENTSTRUCTURE = "sDocumentStructure"
static

constant to address the xml-namespace prefix'sDocumentStructure'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_VALUE_SALTCOMMON = "saltCommon"
static

constant to address the xml-namespace 'saltCommon'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_VALUE_SALTCORE = "saltCore"
static

constant to address the xml-namespace 'saltCore'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_VALUE_SCORPUSSTRUCTURE = "sCorpusStructure"
static

constant to address the xml-namespace 'sCorpusStructure'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_VALUE_SDOCUMENTSTRUCTURE = "sDocumentStructure"
static

constant to address the xml-namespace 'sDocumentStructure'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_VALUE_XMI = "http://www.omg.org/XMI"
static

constant to address the xml-namespace 'http://www.omg.org/XMI'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_XMI = "xmi"
static

constant to address the xml-namespace prefix'xmi'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.NS_XSI = "xsi"
static

constant to address the xml-namespace prefix'xsi'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_EDGES = "edges"
static

constant to address the xml-element 'edges'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_LABELS = "labels"
static

constant to address the xml-element 'labels'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_LAYERS = "layers"
static

constant to address the xml-element 'layers'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_NODES = "nodes"
static

constant to address the xml-element 'nodes'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_SALT_PROJECT = "SaltProject"
static

constant to address the xml-element 'SaltProject'.

final String org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary.TAG_SDOCUMENT = "sDocument"
static

constant to address the xml-element 'sDocument'.