C# Class Sfm2Xml.ClsInFieldMarker

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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

Méthode Description
IsTrue ( string p ) : bool

Method Details

ClsInFieldMarker() public méthode

public ClsInFieldMarker ( ) : System
Résultat System

ClsInFieldMarker() public méthode

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
Résultat System

ContainsEndMarker() public méthode

public ContainsEndMarker ( string endMarker ) : bool
endMarker string
Résultat bool

ElementAndAttributes() public méthode

public ElementAndAttributes ( ) : string
Résultat string

EndListToString() public méthode

public EndListToString ( ) : string
Résultat string

GenerateElementName() public méthode

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

OptionsString() public méthode

public OptionsString ( ) : string
Résultat string

OutputXml() public méthode

public OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool
xmlOutput System
useXmlLangValue bool
Résultat bool

ReadXmlNode() public méthode

public ReadXmlNode ( System node, Hashtable languages ) : bool
node System
languages System.Collections.Hashtable
Résultat bool

SplitString() public static méthode

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

ToString() public méthode

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

ToXmlString() public méthode

public ToXmlString ( ) : string
Résultat string