메소드 | 설명 | |
---|---|---|
NodeEvaluator ( SageContext context ) : System | ||
Process ( SageContext context, |
||
Process ( |
||
RegisterNodeHandler ( System.Xml.XmlNodeType nodeType, string nodeName, string nodeNamespace, NodeHandler handler ) : void |
Registers the specified node handler, for the specified nodeType, nodeName and nodeNamespace.
|
메소드 | 설명 | |
---|---|---|
DiscoverNodeHandlers ( ) : void | ||
GetNodeHandler ( |
Gets the node handler for the specified node.
|
|
NodeEvaluator ( ) : System | ||
OnAssembliesUpdated ( object sender, |
||
QualifyName ( |
||
QualifyName ( System.Xml.XmlNodeType type, string name, string ns ) : string |
public NodeEvaluator ( SageContext context ) : System | ||
context | SageContext | |
리턴 | System |
public static Process ( SageContext context, |
||
context | SageContext | |
node | ||
리턴 |
public Process ( |
||
node | ||
리턴 |
public static RegisterNodeHandler ( System.Xml.XmlNodeType nodeType, string nodeName, string nodeNamespace, NodeHandler handler ) : void | ||
nodeType | System.Xml.XmlNodeType | The type of the node for which the handler is being registered. |
nodeName | string | The name of the node for which the handler is being registered. |
nodeNamespace | string | The namespace of the node for which the handler is being registered. |
handler | NodeHandler | The method that will will handle the node. |
리턴 | void |