The org.w3c.dom Package

The mapping between the Java org.w3c.dom package and the corresponding .NET types is provided in Table F-17. See Chapter 11 for details of these .NET types.

Table F-17. The Java to .NET Mapping for the org.w3c.dom Package

Java

.NET

Interfaces

 

Attr

System.Xml.XmlAttribute

CDATASection

System.Xml.XmlCDataSection

CharacterData

System.Xml.XmlCharacterData

Comment

System.Xml.XmlComment

Document

System.Xml.XmlDocument

DocumentFragment

System.Xml.XmlDocumentFragment

DocumentType

System.Xml.XmlDocumentType

DOMImplementation

System.Xml.XmlImplementation

Element

System.Xml.XmlElement

Entity

System.Xml.XmlEntity

EntityReference

System.Xml.XmlEntityReference

NamedNodeMap

System.Xml.XmlNamedNodeMap

Node

System.Xml.XmlNode

 

System.Xml.XmlNodeType

NodeList

System.Xml.XmlNodeList

Notation

System.Xml.XmlNotation

ProcessingInstruction

System.Xml.XmlProcessingInstruction

Text

System.Xml.XmlText

Exceptions

 

DOMException

System.ArgumentException

 

System.InvalidOperationException

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset