Метод | Описание | |
---|---|---|
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 ( |
Convert the XML element name to a valid element name as needed.
|
|
OptionsString ( ) : string | ||
OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool | ||
ReadXmlNode ( System node, |
||
SplitString ( string xyz, |
||
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 |
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 |
public ContainsEndMarker ( string endMarker ) : bool | ||
endMarker | string | |
Результат | bool |
public GenerateElementName ( |
||
htMarkers | ||
Результат | void |
public OutputXml ( System xmlOutput, bool useXmlLangValue ) : bool | ||
xmlOutput | System | |
useXmlLangValue | bool | |
Результат | bool |
public ReadXmlNode ( System node, |
||
node | System | |
languages | ||
Результат | bool |
public static SplitString ( string xyz, |
||
xyz | string | |
list | ||
Результат | void |