System.Xml.XmlEntityReference and IXMLDOMEntityReference

only for RuBoard

System.Xml.XmlEntityReference and IXMLDOMEntityReference

XmlEntityReference class in the System.Xml namespace is an implementation of the W3C EntityReference interface. This class represents an entity reference node. Table B.30 and Table B.31 list the properties and methods respectively found in the XmlEntityReference class.

Table B.30. System.Xml.XmlEntityReference and IXMLDOMEntityReference Properties

XmlEntityReference (Inherits XmlLinkedNode )

Description

MSXML IXMLDOM EntityReference

BaseURI (Overrides XMLNode::BaseURI )

Gets the base URI of the current node. Indicates from where the node was loaded.

 

LocalName (Overrides XMLNode:: LocalName )

Gets the name of the node without the namespace prefix.

baseName

IsReadOnly (Overrides XMLNode::IsReadOnly )

Returns a Boolean indicating whether the current node is read only.

 

NextSibling (Inherited from XmlLinkedNode )

Returns the node following this node at the same level in the document hierarchy.

nextSibling

Name (Overrides XMLNode:: Name )

Gets the qualified name of the node.

nodeName

NodeType (Overrides XMLNode:: NodeType )

Returns an XmlNodeType enumeration member representing this node's type.

nodeType (Gets an IXMLDOMNodeType enumeration member)

Value (Overrides XMLNode:: Value )

Gets or sets the value (text) of the current node.

nodeValue

PreviousSibling (Inherited from XmlLinkedNode )

Gets the node previous to this node at the same level in the document hierarchy.

previousSibling

Table B.31. System.Xml.XmlEntityReference and IXMLDOMEntityReference Methods

XmlEntityReference (Inherits XmlLinkedNode )

Description

MSXML IXMLDOM EntityReference

CloneNode (Overrides XMLNode::CloneNode )

Similar to XMLNode::Clone but accepts a deep Boolean parameter indicating if the subtree should be duplicated .

cloneNode

WriteContentTo (Overrides XMLNode:: WriteContentTo )

Saves the contents of the XmlDocument node to the specified XmlWriter .

 

WriteTo (Overrides XMLNode::WriteTo )

Saves the XmlDocument node to the specified XmlWriter .

 
only for RuBoard


XML and ASP. NET
XML and ASP.NET
ISBN: B000H2MXOM
EAN: N/A
Year: 2005
Pages: 184

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net