C# Class SIL.CoreImpl.FwLdmlAdaptor

A FieldWorks LDML adaptor.
Inheritance: Palaso.WritingSystems.LdmlDataMapper
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Methods

Method Description
AddNamespaces ( XmlNamespaceManager m ) : void

Adds the namespaces.

ReadTopLevelSpecialElement ( XmlReader reader, WritingSystemDefinition ws ) : void

Reads the top level special element.

WriteTopLevelSpecialElements ( XmlWriter writer, XmlReader reader, WritingSystemDefinition ws ) : void

Writes the top level special elements.

Method Details

AddNamespaces() protected method

Adds the namespaces.
protected AddNamespaces ( XmlNamespaceManager m ) : void
m System.Xml.XmlNamespaceManager The m.
return void

ReadTopLevelSpecialElement() protected method

Reads the top level special element.
protected ReadTopLevelSpecialElement ( XmlReader reader, WritingSystemDefinition ws ) : void
reader XmlReader The reader.
ws WritingSystemDefinition The ws.
return void

WriteTopLevelSpecialElements() protected method

Writes the top level special elements.
protected WriteTopLevelSpecialElements ( XmlWriter writer, XmlReader reader, WritingSystemDefinition ws ) : void
writer System.Xml.XmlWriter
reader XmlReader
ws WritingSystemDefinition
return void