C# Class MatchAny.ElementMatch.ElementCDATAMatch.NamespaceMatch.OfficialNamespaceMatch.AttributeMatch, simplexml

Inheritance: ExpressionMatch
ファイルを表示 Open project: ngallagher/simplexml

Public Methods

Method Description
AttributeMatch ( String name, String value ) : SimpleFramework.Xml.Core
DumpNamespaces ( String xml ) : void
Match ( org, element ) : bool
Print ( Node node ) : void

Method Details

AttributeMatch() public method

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

DumpNamespaces() public method

public DumpNamespaces ( String xml ) : void
xml String
return void

Match() public method

public Match ( org, element ) : bool
element org,
return bool

Print() public method

public Print ( Node node ) : void
node Node
return void