Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accept ( IParsingEventVisitor visitor ) : void |
Invokes run-time type specific Visit() method of the specified visitor.
|
|
SequenceStart ( string anchor, string tag, bool isImplicit, SequenceStyle style ) : System.Globalization |
Initializes a new instance of the SequenceStart class.
|
|
SequenceStart ( string anchor, string tag, bool isImplicit, SequenceStyle style, Mark start, Mark end ) : System.Globalization |
Initializes a new instance of the SequenceStart class.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
public Accept ( IParsingEventVisitor visitor ) : void | ||
visitor | IParsingEventVisitor | visitor, may not be null. |
return | void |
public SequenceStart ( string anchor, string tag, bool isImplicit, SequenceStyle style ) : System.Globalization | ||
anchor | string | |
tag | string | |
isImplicit | bool | |
style | SequenceStyle | |
return | System.Globalization |
public SequenceStart ( string anchor, string tag, bool isImplicit, SequenceStyle style, Mark start, Mark end ) : System.Globalization | ||
anchor | string | The anchor. |
tag | string | The tag. |
isImplicit | bool | if set to |
style | SequenceStyle | The style. |
start | Mark | The start position of the event. |
end | Mark | The end position of the event. |
return | System.Globalization |