C# 클래스 MatchAny.ElementMatch.ElementCDATAMatch.NamespaceMatch.OfficialNamespaceMatch.AttributeMatch, simplexml

상속: ExpressionMatch
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
AttributeMatch ( String name, String value ) : SimpleFramework.Xml.Core
DumpNamespaces ( String xml ) : void
Match ( org, element ) : bool
Print ( Node node ) : void

메소드 상세

AttributeMatch() 공개 메소드

public AttributeMatch ( String name, String value ) : SimpleFramework.Xml.Core
name String
value String
리턴 SimpleFramework.Xml.Core

DumpNamespaces() 공개 메소드

public DumpNamespaces ( String xml ) : void
xml String
리턴 void

Match() 공개 메소드

public Match ( org, element ) : bool
element org,
리턴 bool

Print() 공개 메소드

public Print ( Node node ) : void
node Node
리턴 void