C# 클래스 SIL.FieldWorks.FDO.DomainServices.DataMigration.ElementBounds

This class stores some bounds of an XML element stored inside a byte array.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
ElementBounds ( byte xmlBytes, ElementTags tags ) : System

Constructor for an element to be found anywhere inside the byte array.

ElementBounds ( byte xmlBytes, ElementTags tags, ElementBounds bounds ) : System

Constructor for an element to be found inside another element that was previously located in the byte array.

ElementBounds ( byte xmlBytes, ElementTags tags, int ichMin, int ichLim ) : System
GetAttributeValue ( byte attrWithEquals ) : string

Get the value of the indicated attribute, or return null.

Reset ( int ichMin, int ichLim ) : void

비공개 메소드들

메소드 설명
SetLength ( int endtagLength ) : void

메소드 상세

ElementBounds() 공개 메소드

Constructor for an element to be found anywhere inside the byte array.
public ElementBounds ( byte xmlBytes, ElementTags tags ) : System
xmlBytes byte
tags ElementTags
리턴 System

ElementBounds() 공개 메소드

Constructor for an element to be found inside another element that was previously located in the byte array.
public ElementBounds ( byte xmlBytes, ElementTags tags, ElementBounds bounds ) : System
xmlBytes byte
tags ElementTags
bounds ElementBounds
리턴 System

ElementBounds() 공개 메소드

public ElementBounds ( byte xmlBytes, ElementTags tags, int ichMin, int ichLim ) : System
xmlBytes byte
tags ElementTags
ichMin int
ichLim int
리턴 System

GetAttributeValue() 공개 메소드

Get the value of the indicated attribute, or return null.
public GetAttributeValue ( byte attrWithEquals ) : string
attrWithEquals byte The attribute name with a leading space and a trailing =.
리턴 string

Reset() 공개 메소드

public Reset ( int ichMin, int ichLim ) : void
ichMin int
ichLim int
리턴 void