C# 클래스 Weed.OPS.OpsReader

파일 보기 프로젝트 열기: noear/Weed3 1 사용 예제들

공개 메소드들

메소드 설명
GetFirstName ( string opsXml ) : string
IsArrayOfXml ( string opsXml ) : bool
IsTextOnly ( ) : bool

节点内是否只有Text内容

LoadOps ( string p_ops ) : void

加载级一级的opsXml(自动抽取根节点名)

LoadOps ( string p_ops, string tagName ) : void

加载级一级的opsXml

Note ( ) : string
Note ( string opsData ) : string
OpsReader ( )
Read ( ) : bool
Text ( ) : string
Text ( string opsData ) : string
Type ( ) : XType
Type ( string opsData ) : XType

비공개 메소드들

메소드 설명
GetData ( int tagStartIndex ) : string
GetPotEnd ( string opsXml, string tagStart, string tagEnd, int potStart ) : int
TagIndexOf ( string opsXml, string tagName, int index ) : int
TagIndexOf ( string opsXml, string tagName, int index, int count ) : int
TagLastIndexOf ( string opsXml, string tagName, int index ) : int

메소드 상세

GetFirstName() 공개 정적인 메소드

public static GetFirstName ( string opsXml ) : string
opsXml string
리턴 string

IsArrayOfXml() 공개 정적인 메소드

public static IsArrayOfXml ( string opsXml ) : bool
opsXml string
리턴 bool

IsTextOnly() 공개 메소드

节点内是否只有Text内容
public IsTextOnly ( ) : bool
리턴 bool

LoadOps() 공개 메소드

加载级一级的opsXml(自动抽取根节点名)
public LoadOps ( string p_ops ) : void
p_ops string 上一级opsXml
리턴 void

LoadOps() 공개 메소드

加载级一级的opsXml
public LoadOps ( string p_ops, string tagName ) : void
p_ops string 上一级opsXml
tagName string 标记名称
리턴 void

Note() 공개 메소드

public Note ( ) : string
리턴 string

Note() 공개 정적인 메소드

public static Note ( string opsData ) : string
opsData string
리턴 string

OpsReader() 공개 메소드

public OpsReader ( )

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

Text() 공개 메소드

public Text ( ) : string
리턴 string

Text() 공개 정적인 메소드

public static Text ( string opsData ) : string
opsData string
리턴 string

Type() 공개 메소드

public Type ( ) : XType
리턴 XType

Type() 공개 정적인 메소드

public static Type ( string opsData ) : XType
opsData string
리턴 XType