Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Windows
Data
Xml
Dom
IXmlCDataSection
Interface IXmlCDataSection
Hierarchy
IXmlText
IXmlCDataSection
Index
Properties
attributes
childNodes
data
firstChild
innerText
lastChild
length
localName
namespaceUri
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
parentNode
prefix
previousSibling
Methods
appendChild
appendData
cloneNode
deleteData
getXml
hasChildNodes
insertBefore
insertData
normalize
removeChild
replaceChild
replaceData
selectNodes
selectNodesNS
selectSingleNode
selectSingleNodeNS
splitText
substringData
Properties
public
attributes
:
XmlNamedNodeMap
public
childNodes
:
XmlNodeList
public
data
:
string
public
firstChild
:
IXmlNode
public
innerText
:
string
public
lastChild
:
IXmlNode
public
length
:
number
public
localName
:
any
public
namespaceUri
:
any
public
nextSibling
:
IXmlNode
public
nodeName
:
string
public
nodeType
:
NodeType
public
nodeValue
:
any
public
ownerDocument
:
XmlDocument
public
parentNode
:
IXmlNode
public
prefix
:
any
public
previousSibling
:
IXmlNode
Methods
public
appendChild
(
newChild
:
IXmlNode
)
:
IXmlNode
Parameters
newChild:
IXmlNode
Returns
IXmlNode
public
appendData
(
data
:
string
)
Parameters
data:
string
public
cloneNode
(
deep
:
boolean
)
:
IXmlNode
Parameters
deep:
boolean
Returns
IXmlNode
public
deleteData
(
offset
:
number
, count
:
number
)
Parameters
offset:
number
count:
number
public
getXml
(
)
:
string
Returns
string
public
hasChildNodes
(
)
:
boolean
Returns
boolean
public
insertBefore
(
newChild
:
IXmlNode
, referenceChild
:
IXmlNode
)
:
IXmlNode
Parameters
newChild:
IXmlNode
referenceChild:
IXmlNode
Returns
IXmlNode
public
insertData
(
offset
:
number
, data
:
string
)
Parameters
offset:
number
data:
string
public
normalize
(
)
public
removeChild
(
childNode
:
IXmlNode
)
:
IXmlNode
Parameters
childNode:
IXmlNode
Returns
IXmlNode
public
replaceChild
(
newChild
:
IXmlNode
, referenceChild
:
IXmlNode
)
:
IXmlNode
Parameters
newChild:
IXmlNode
referenceChild:
IXmlNode
Returns
IXmlNode
public
replaceData
(
offset
:
number
, count
:
number
, data
:
string
)
Parameters
offset:
number
count:
number
data:
string
public
selectNodes
(
xpath
:
string
)
:
XmlNodeList
Parameters
xpath:
string
Returns
XmlNodeList
public
selectNodesNS
(
xpath
:
string
, namespaces
:
any
)
:
XmlNodeList
Parameters
xpath:
string
namespaces:
any
Returns
XmlNodeList
public
selectSingleNode
(
xpath
:
string
)
:
IXmlNode
Parameters
xpath:
string
Returns
IXmlNode
public
selectSingleNodeNS
(
xpath
:
string
, namespaces
:
any
)
:
IXmlNode
Parameters
xpath:
string
namespaces:
any
Returns
IXmlNode
public
splitText
(
offset
:
number
)
:
IXmlText
Parameters
offset:
number
Returns
IXmlText
public
substringData
(
offset
:
number
, count
:
number
)
:
string
Parameters
offset:
number
count:
number
Returns
string
Globals
Microsoft
Microsoft.Live
WinJS
WinJS.Application
WinJS.Binding
WinJS.Class
WinJS.Namespace
WinJS.Navigation
WinJS.Resources
WinJS.UI
WinJS.UI.Animation
WinJS.UI.Fragments
WinJS.UI.Pages
WinJS.UI.TrackTabBehavior
WinJS.Utilities
WinJS.Utilities.Scheduler
Windows
Windows.ApplicationModel
Windows.ApplicationModel.Activation
Windows.ApplicationModel.Background
Windows.ApplicationModel.Contacts
Windows.ApplicationModel.Contacts.Provider
Windows.ApplicationModel.Core
Windows.ApplicationModel.DataTransfer
Windows.ApplicationModel.DataTransfer.ShareTarget
Windows.ApplicationModel.Resources
Windows.ApplicationModel.Resources.Core
Windows.ApplicationModel.Resources.Management
Windows.ApplicationModel.Search
Windows.ApplicationModel.Store
Windows.Data
Windows.Data.Html
Windows.Data.Json
Windows.Data.Xml
Windows.Data.Xml.Dom
Windows.Data.Xml.Xsl
Windows.Devices
Windows.Devices.Enumeration
Windows.Devices.Enumeration.Pnp
Windows.Devices.Geolocation
Windows.Devices.Input
Windows.Devices.Portable
Windows.Devices.Printers
Windows.Devices.Printers.Extensions
Windows.Devices.Sensors
Windows.Devices.Sms
Windows.Foundation
Windows.Foundation.Collections
Windows.Foundation.Diagnostics
Windows.Foundation.Metadata
Windows.Globalization
Windows.Globalization.Collation
Windows.Globalization.DateTimeFormatting
Windows.Globalization.Fonts
Windows.Globalization.NumberFormatting
Windows.Graphics
Windows.Graphics.Display
Windows.Graphics.Imaging
Windows.Graphics.Printing
Windows.Graphics.Printing.OptionDetails
Windows.Management
Windows.Management.Core
Windows.Management.Deployment
Windows.Media
Windows.Media.Capture
Windows.Media.Devices
Windows.Media.MediaProperties
Windows.Media.PlayTo
Windows.Media.Playlists
Windows.Media.Protection
Windows.Media.Transcoding
Windows.Networking
Windows.Networking.BackgroundTransfer
Windows.Networking.Connectivity
Windows.Networking.NetworkOperators
Windows.Networking.Proximity
Windows.Networking.PushNotifications
Windows.Networking.Sockets
Windows.Security
Windows.Security.Authentication
Windows.Security.Authentication.OnlineId
Windows.Security.Authentication.Web
Windows.Security.Credentials
Windows.Security.Credentials.UI
Windows.Security.Cryptography
Windows.Security.Cryptography.Certificates
Windows.Security.Cryptography.Core
Windows.Security.Cryptography.DataProtection
Windows.Security.ExchangeActiveSyncProvisioning
Windows.Storage
Windows.Storage.AccessCache
Windows.Storage.BulkAccess
Windows.Storage.Compression
Windows.Storage.FileProperties
Windows.Storage.Pickers
Windows.Storage.Pickers.Provider
Windows.Storage.Provider
Windows.Storage.Search
Windows.Storage.Streams
Windows.System
Windows.System.Display
Windows.System.Profile
Windows.System.RemoteDesktop
Windows.System.Threading
Windows.System.Threading.Core
Windows.System.UserProfile
Windows.UI
Windows.UI.ApplicationSettings
Windows.UI.Core
Windows.UI.Core.AnimationMetrics
Windows.UI.Input
Windows.UI.Input.Inking
Windows.UI.Notifications
Windows.UI.Popups
Windows.UI.StartScreen
Windows.UI.Text
Windows.UI.ViewManagement
Windows.UI.WebUI
Windows.Web
Windows.Web.AtomPub
Windows.Web.Syndication
NodeType
IDtdEntity
IDtdNotation
IXmlAttribute
IXmlCDataSection
attributes
childNodes
data
firstChild
innerText
lastChild
length
localName
namespaceUri
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
parentNode
prefix
previousSibling
appendChild
appendData
cloneNode
deleteData
getXml
hasChildNodes
insertBefore
insertData
normalize
removeChild
replaceChild
replaceData
selectNodes
selectNodesNS
selectSingleNode
selectSingleNodeNS
splitText
substringData
IXmlCharacterData
IXmlComment
IXmlDocument
IXmlDocumentFragment
IXmlDocumentIO
IXmlDocumentStatics
IXmlDocumentType
IXmlDomImplementation
IXmlElement
IXmlEntityReference
IXmlLoadSettings
IXmlNamedNodeMap
IXmlNode
IXmlNodeList
IXmlNodeSelector
IXmlNodeSerializer
IXmlProcessingInstruction
IXmlText
DtdEntity
DtdNotation
XmlAttribute
XmlCDataSection
XmlComment
XmlDocument
XmlDocumentFragment
XmlDocumentType
XmlDomImplementation
XmlElement
XmlEntityReference
XmlLoadSettings
XmlNamedNodeMap
XmlNodeList
XmlProcessingInstruction
XmlText