메소드 | 설명 | |
---|---|---|
AbstractXmlNodeProcessor ( ) : System | ||
Accept ( |
Accepts the specified node. Check if node has the same name as the processor and the node.NodeType is in the AcceptNodeTypes List
|
|
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void |
메소드 | 설명 | |
---|---|---|
AppendChild ( |
||
AppendChild ( |
||
AppendChild ( |
||
CreateFragment ( |
||
CreateText ( |
||
GetNodeAsElement ( |
Convert and return child parameter into an XmlElement An exception will be throw in case the child node cannot be converted
|
|
GetRequiredAttribute ( |
||
IgnoreNode ( |
||
ImportNode ( |
||
IsTextNode ( |
||
MoveChildNodes ( |
||
RemoveItSelf ( |
||
ReplaceItself ( |
||
ReplaceNode ( |
protected AppendChild ( |
||
element | ||
child | ||
리턴 | void |
protected AppendChild ( |
||
element | ||
nodes | ||
리턴 | void |
protected AppendChild ( |
||
element | ||
text | string | |
리턴 | void |
protected CreateFragment ( |
||
parentNode | ||
리턴 |
protected CreateText ( |
||
node | ||
content | string | |
리턴 |
protected GetNodeAsElement ( |
||
element | Parent node | |
child | Node to be converted | |
리턴 |
protected GetRequiredAttribute ( |
||
element | ||
attribute | String | |
리턴 | String |
protected ImportNode ( |
||
targetElement | ||
node | ||
리턴 |
protected MoveChildNodes ( |
||
fragment | ||
element | ||
리턴 | void |
public abstract Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void | ||
nodeList | IXmlProcessorNodeList | |
engine | IXmlProcessorEngine | |
리턴 | void |
protected RemoveItSelf ( |
||
node | ||
리턴 | void |
protected ReplaceItself ( |
||
newNode | ||
oldNode | ||
리턴 | void |
protected ReplaceNode ( |
||
element | ||
newNode | ||
oldNode | ||
리턴 | void |