메소드 | 설명 | |
---|---|---|
AddFlag ( string flag ) : void | ||
AddNodeProcessor ( |
||
AddProperty ( |
||
DefaultXmlProcessorEngine ( string environmentName ) : System |
Initializes a new instance of the DefaultXmlProcessorEngine class.
|
|
DefaultXmlProcessorEngine ( string environmentName, IResourceSubSystem resourceSubSystem ) : System |
Initializes a new instance of the DefaultXmlProcessorEngine class.
|
|
DispatchProcessAll ( IXmlProcessorNodeList nodeList ) : void |
Processes the element.
|
|
DispatchProcessCurrent ( IXmlProcessorNodeList nodeList ) : void |
Processes the element.
|
|
GetProperty ( string key ) : |
||
GetResource ( String uri ) : IResource | ||
HasFlag ( string flag ) : bool | ||
HasProperty ( String name ) : bool | ||
HasSpecialProcessor ( |
||
PopResource ( ) : void | ||
PushResource ( IResource resource ) : void | ||
RemoveFlag ( string flag ) : void |
메소드 | 설명 | |
---|---|---|
AddEnvNameAsFlag ( string environmentName ) : void | ||
GetCanonicalFlagName ( string flag ) : string | ||
GetProcessor ( |
||
RegisterProcessor ( System.Xml.XmlNodeType type, IXmlNodeProcessor processor ) : void |
public AddProperty ( |
||
content | ||
리턴 | void |
public DefaultXmlProcessorEngine ( string environmentName ) : System | ||
environmentName | string | Name of the environment. |
리턴 | System |
public DefaultXmlProcessorEngine ( string environmentName, IResourceSubSystem resourceSubSystem ) : System | ||
environmentName | string | Name of the environment. |
resourceSubSystem | IResourceSubSystem | The resource sub system. |
리턴 | System |
public DispatchProcessAll ( IXmlProcessorNodeList nodeList ) : void | ||
nodeList | IXmlProcessorNodeList | The element. |
리턴 | void |
public DispatchProcessCurrent ( IXmlProcessorNodeList nodeList ) : void | ||
nodeList | IXmlProcessorNodeList | The element. |
리턴 | void |
public GetProperty ( string key ) : |
||
key | string | |
리턴 |
public HasSpecialProcessor ( |
||
node | ||
리턴 | bool |