C# 클래스 Sfm2Xml.ClsInFieldMarker

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsTrue ( string p ) : bool

메소드 상세

ClsInFieldMarker() 공개 메소드

public ClsInFieldMarker ( ) : System
리턴 System

ClsInFieldMarker() 공개 메소드

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
리턴 System

ContainsEndMarker() 공개 메소드

public ContainsEndMarker ( string endMarker ) : bool
endMarker string
리턴 bool

ElementAndAttributes() 공개 메소드

public ElementAndAttributes ( ) : string
리턴 string

EndListToString() 공개 메소드

public EndListToString ( ) : string
리턴 string

GenerateElementName() 공개 메소드

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

OptionsString() 공개 메소드

public OptionsString ( ) : string
리턴 string

OutputXml() 공개 메소드

public OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool
xmlOutput System
useXmlLangValue bool
리턴 bool

ReadXmlNode() 공개 메소드

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

SplitString() 공개 정적인 메소드

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

ToString() 공개 메소드

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

ToXmlString() 공개 메소드

public ToXmlString ( ) : string
리턴 string