C# 클래스 libsbml.SyntaxChecker

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SyntaxChecker ( ) : System
hasExpectedXHTMLSyntax ( XMLNode xhtml ) : bool
hasExpectedXHTMLSyntax ( XMLNode xhtml, SBMLNamespaces sbmlns ) : bool
isValidInternalSId ( string sid ) : bool
isValidInternalUnitSId ( string sid ) : bool
isValidSBMLSId ( string sid ) : bool
isValidUnitSId ( string units ) : bool
isValidXMLID ( string id ) : bool
isValidXMLanyURI ( string uri ) : bool

비공개 메소드들

메소드 설명
SyntaxChecker ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SyntaxChecker obj ) : HandleRef
getCPtrAndDisown ( SyntaxChecker obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SyntaxChecker() 공개 메소드

public SyntaxChecker ( ) : System
리턴 System

hasExpectedXHTMLSyntax() 공개 정적인 메소드

public static hasExpectedXHTMLSyntax ( XMLNode xhtml ) : bool
xhtml XMLNode
리턴 bool

hasExpectedXHTMLSyntax() 공개 정적인 메소드

public static hasExpectedXHTMLSyntax ( XMLNode xhtml, SBMLNamespaces sbmlns ) : bool
xhtml XMLNode
sbmlns SBMLNamespaces
리턴 bool

isValidInternalSId() 공개 정적인 메소드

public static isValidInternalSId ( string sid ) : bool
sid string
리턴 bool

isValidInternalUnitSId() 공개 정적인 메소드

public static isValidInternalUnitSId ( string sid ) : bool
sid string
리턴 bool

isValidSBMLSId() 공개 정적인 메소드

public static isValidSBMLSId ( string sid ) : bool
sid string
리턴 bool

isValidUnitSId() 공개 정적인 메소드

public static isValidUnitSId ( string units ) : bool
units string
리턴 bool

isValidXMLID() 공개 정적인 메소드

public static isValidXMLID ( string id ) : bool
id string
리턴 bool

isValidXMLanyURI() 공개 정적인 메소드

public static isValidXMLanyURI ( string uri ) : bool
uri string
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool