C# Class Sfm2Xml.ClsInFieldMarker

Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
ClsInFieldMarker ( ) : System
ClsInFieldMarker ( string begin, string endList, bool fEndWithWord, bool fEndWithField, string lang, string xmlLang, string style, bool ignore ) : System
ContainsEndMarker ( string endMarker ) : bool
ElementAndAttributes ( ) : string
EndListToString ( ) : string
GenerateElementName ( Hashtable htMarkers ) : void

Convert the XML element name to a valid element name as needed.

OptionsString ( ) : string
OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool
ReadXmlNode ( System node, Hashtable languages ) : bool
SplitString ( string xyz, ArrayList &list ) : void
ToString ( ) : string

Modified to put out a string representation of this class, building the string using a stringbuilder object.

ToXmlString ( ) : string

Private Methods

Method Description
IsTrue ( string p ) : bool

Method Details

ClsInFieldMarker() public method

public ClsInFieldMarker ( ) : System
return System

ClsInFieldMarker() public method

public ClsInFieldMarker ( string begin, string endList, bool fEndWithWord, bool fEndWithField, string lang, string xmlLang, string style, bool ignore ) : System
begin string
endList string
fEndWithWord bool
fEndWithField bool
lang string
xmlLang string
style string
ignore bool
return System

ContainsEndMarker() public method

public ContainsEndMarker ( string endMarker ) : bool
endMarker string
return bool

ElementAndAttributes() public method

public ElementAndAttributes ( ) : string
return string

EndListToString() public method

public EndListToString ( ) : string
return string

GenerateElementName() public method

Convert the XML element name to a valid element name as needed.
public GenerateElementName ( Hashtable htMarkers ) : void
htMarkers System.Collections.Hashtable
return void

OptionsString() public method

public OptionsString ( ) : string
return string

OutputXml() public method

public OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool
xmlOutput System
useXmlLangValue bool
return bool

ReadXmlNode() public method

public ReadXmlNode ( System node, Hashtable languages ) : bool
node System
languages System.Collections.Hashtable
return bool

SplitString() public static method

public static SplitString ( string xyz, ArrayList &list ) : void
xyz string
list System.Collections.ArrayList
return void

ToString() public method

Modified to put out a string representation of this class, building the string using a stringbuilder object.
public ToString ( ) : string
return string

ToXmlString() public method

public ToXmlString ( ) : string
return string