Property | Type | Description | |
---|---|---|---|
DecodeIfRequried | string | ||
DecodedLength | int | ||
EncodeIfRequried | string | ||
ToRawRange | IRange |
Method | Description | |
---|---|---|
CreateXElement ( ) : System.Xml.Linq.XElement | ||
Extract ( System.Text.Format format ) : string | ||
ReplaceRanges ( IReadOnlyList |
||
SelectRanges ( IReadOnlyList |
||
UniversalAdapter ( string tagName, bool encodeContent ) : System |
Method | Description | |
---|---|---|
ExtractRaw ( ) : string | ||
ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void | ||
SelectRawRange ( IRange range, System.Text.Format format ) : void | ||
XmlDecode ( string xml ) : string | ||
XmlEncode ( string text ) : string |
Method | Description | |
---|---|---|
DecodeIfRequried ( string text, System.Text.Format format ) : string | ||
DecodedLength ( string text ) : int | ||
EncodeIfRequried ( string text, System.Text.Format format ) : string | ||
ToRawRange ( System.Text.Format format, string currentExtraction, IRange rangeWithTag, bool silent ) : IRange |
public CreateXElement ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
public Extract ( System.Text.Format format ) : string | ||
format | System.Text.Format | |
return | string |
public ReplaceRanges ( IReadOnlyList |
||
matches | IReadOnlyList |
|
model | ||
format | System.Text.Format | |
return | void |
protected ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void | ||
range | IRange | |
replacement | string | |
format | System.Text.Format | |
return | void |
public SelectRanges ( IReadOnlyList |
||
matches | IReadOnlyList |
|
model | ||
format | System.Text.Format | |
return | void |
protected SelectRawRange ( IRange range, System.Text.Format format ) : void | ||
range | IRange | |
format | System.Text.Format | |
return | void |
public UniversalAdapter ( string tagName, bool encodeContent ) : System | ||
tagName | string | |
encodeContent | bool | |
return | System |