C# Class ExoMerge.Aspose.Extensions.FieldStartExtensions

Mostrar archivo Open project: vc3/ExoMerge

Public Methods

Method Description
ParseInlineField ( this start ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

ParseInlineField ( this start, FieldEnd &end ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

ParseInlineField ( this start, FieldSeparator &separator, string &result, FieldEnd &end ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

Private Methods

Method Description
GetText ( FieldStart start, string code, FieldSeparator separator = null, string result = null, FieldEnd end = null, bool useRawFieldChars = false ) : string
ParseInlineCode ( FieldStart start, Node &lastNode ) : string
ParseInlineResult ( FieldStart start, string code, FieldSeparator separator, Node &lastNode ) : string

Method Details

ParseInlineField() public static method

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start ) : string
start this
return string

ParseInlineField() public static method

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start, FieldEnd &end ) : string
start this
end FieldEnd
return string

ParseInlineField() public static method

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start, FieldSeparator &separator, string &result, FieldEnd &end ) : string
start this
separator FieldSeparator
result string
end FieldEnd
return string