Property | Type | Description | |
---|---|---|---|
AddAllChildrenTo | void | ||
AddAllQualifiersTo | void | ||
Dump | void |
Method | Description | |
---|---|---|
Accept ( XmpNodeVisitor visitor ) : void |
Calls the Visitor for this node and every child node.
|
|
AddChild ( |
Adds a node as child of the current node
|
|
AddQualifier ( |
Adds a node as qualifier of the current instance
|
|
Dump ( ) : void |
Print a debug output of the node.
|
|
GetChild ( string ns, string name ) : |
Get a named child from the current node
|
|
GetQualifier ( string ns, string name ) : |
Returns the qualifier associated with the given namespace ns and name name
|
|
RemoveChild ( |
Removes the given node as child of the current instance
|
|
RenderInto ( |
Renders the current instance as child of the given node to the given XmlNode
|
|
XmpNode ( string ns, string name ) : System |
Constructor.
|
|
XmpNode ( string ns, string name, string value ) : System |
Constructor.
|
Method | Description | |
---|---|---|
AddAllChildrenTo ( |
||
AddAllQualifiersTo ( |
||
Dump ( string prefix ) : void |
public Accept ( XmpNodeVisitor visitor ) : void | ||
visitor | XmpNodeVisitor |
/// A |
return | void |
public AddChild ( |
||
node |
/// A |
|
return | void |
public AddQualifier ( |
||
node |
/// A |
|
return | void |
public GetChild ( string ns, string name ) : |
||
ns | string | /// The namespace of the child node. /// |
name | string | /// The name of the child node. /// |
return |
public GetQualifier ( string ns, string name ) : |
||
ns | string |
/// A |
name | string |
/// A |
return |
public RemoveChild ( |
||
node |
/// A |
|
return | void |
public RenderInto ( |
||
parent |
/// A |
|
return | void |
public XmpNode ( string ns, string name ) : System | ||
ns | string |
/// A |
name | string |
/// A |
return | System |
public XmpNode ( string ns, string name, string value ) : System | ||
ns | string |
/// A |
name | string |
/// A |
value | string |
/// A |
return | System |