C# 클래스 YamlDotNet.RepresentationModel.YamlVisitor

상속: IYamlVisitor
파일 보기 프로젝트 열기: unitystation/unitystation

보호된 메소드들

메소드 설명
Visit ( YamlDocument document ) : void

Called when this object is visiting a YamlDocument.

Visit ( YamlDotNet.RepresentationModel.YamlMappingNode mapping ) : void

Called when this object is visiting a YamlMappingNode.

Visit ( YamlScalarNode scalar ) : void

Called when this object is visiting a YamlScalarNode.

Visit ( YamlDotNet.RepresentationModel.YamlSequenceNode sequence ) : void

Called when this object is visiting a YamlSequenceNode.

Visit ( YamlDotNet.RepresentationModel.YamlStream stream ) : void

Called when this object is visiting a YamlStream.

VisitChildren ( YamlDocument document ) : void

Visits every child of a YamlDocument.

VisitChildren ( YamlDotNet.RepresentationModel.YamlMappingNode mapping ) : void

Visits every child of a YamlMappingNode.

VisitChildren ( YamlDotNet.RepresentationModel.YamlSequenceNode sequence ) : void

Visits every child of a YamlSequenceNode.

VisitChildren ( YamlStream stream ) : void

Visits every child of a YamlStream.

Visited ( YamlDocument document ) : void

Called after this object finishes visiting a YamlDocument.

Visited ( YamlMappingNode mapping ) : void

Called after this object finishes visiting a YamlMappingNode.

Visited ( YamlScalarNode scalar ) : void

Called after this object finishes visiting a YamlScalarNode.

Visited ( YamlSequenceNode sequence ) : void

Called after this object finishes visiting a YamlSequenceNode.

Visited ( YamlStream stream ) : void

Called after this object finishes visiting a YamlStream.

비공개 메소드들

메소드 설명
IYamlVisitor ( YamlDocument document ) : void
IYamlVisitor ( YamlDotNet.RepresentationModel.YamlMappingNode mapping ) : void
IYamlVisitor ( YamlScalarNode scalar ) : void
IYamlVisitor ( YamlDotNet.RepresentationModel.YamlSequenceNode sequence ) : void
IYamlVisitor ( YamlDotNet.RepresentationModel.YamlStream stream ) : void

메소드 상세

Visit() 보호된 메소드

Called when this object is visiting a YamlDocument.
protected Visit ( YamlDocument document ) : void
document YamlDocument /// The that is being visited. ///
리턴 void

Visit() 보호된 메소드

Called when this object is visiting a YamlMappingNode.
protected Visit ( YamlDotNet.RepresentationModel.YamlMappingNode mapping ) : void
mapping YamlDotNet.RepresentationModel.YamlMappingNode /// The that is being visited. ///
리턴 void

Visit() 보호된 메소드

Called when this object is visiting a YamlScalarNode.
protected Visit ( YamlScalarNode scalar ) : void
scalar YamlScalarNode /// The that is being visited. ///
리턴 void

Visit() 보호된 메소드

Called when this object is visiting a YamlSequenceNode.
protected Visit ( YamlDotNet.RepresentationModel.YamlSequenceNode sequence ) : void
sequence YamlDotNet.RepresentationModel.YamlSequenceNode /// The that is being visited. ///
리턴 void

Visit() 보호된 메소드

Called when this object is visiting a YamlStream.
protected Visit ( YamlDotNet.RepresentationModel.YamlStream stream ) : void
stream YamlDotNet.RepresentationModel.YamlStream /// The that is being visited. ///
리턴 void

VisitChildren() 보호된 메소드

Visits every child of a YamlDocument.
protected VisitChildren ( YamlDocument document ) : void
document YamlDocument /// The that is being visited. ///
리턴 void

VisitChildren() 보호된 메소드

Visits every child of a YamlMappingNode.
protected VisitChildren ( YamlDotNet.RepresentationModel.YamlMappingNode mapping ) : void
mapping YamlDotNet.RepresentationModel.YamlMappingNode /// The that is being visited. ///
리턴 void

VisitChildren() 보호된 메소드

Visits every child of a YamlSequenceNode.
protected VisitChildren ( YamlDotNet.RepresentationModel.YamlSequenceNode sequence ) : void
sequence YamlDotNet.RepresentationModel.YamlSequenceNode /// The that is being visited. ///
리턴 void

VisitChildren() 보호된 메소드

Visits every child of a YamlStream.
protected VisitChildren ( YamlStream stream ) : void
stream YamlStream /// The that is being visited. ///
리턴 void

Visited() 보호된 메소드

Called after this object finishes visiting a YamlDocument.
protected Visited ( YamlDocument document ) : void
document YamlDocument /// The that has been visited. ///
리턴 void

Visited() 보호된 메소드

Called after this object finishes visiting a YamlMappingNode.
protected Visited ( YamlMappingNode mapping ) : void
mapping YamlMappingNode /// The that has been visited. ///
리턴 void

Visited() 보호된 메소드

Called after this object finishes visiting a YamlScalarNode.
protected Visited ( YamlScalarNode scalar ) : void
scalar YamlScalarNode /// The that has been visited. ///
리턴 void

Visited() 보호된 메소드

Called after this object finishes visiting a YamlSequenceNode.
protected Visited ( YamlSequenceNode sequence ) : void
sequence YamlSequenceNode /// The that has been visited. ///
리턴 void

Visited() 보호된 메소드

Called after this object finishes visiting a YamlStream.
protected Visited ( YamlStream stream ) : void
stream YamlStream /// The that has been visited. ///
리턴 void