Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Ti
XML
Attr
Interface Attr
Hierarchy
Node
Attr
Index
Properties
ATTRIBUTE_NODE
CDATA_SECTION_NODE
COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
ELEMENT_NODE
ENTITY_NODE
ENTITY_REFERENCE_NODE
NOTATION_NODE
PROCESSING_INSTRUCTION_NODE
TEXT_NODE
attributes
bubbleParent
childNodes
firstChild
lastChild
localName
name
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
ownerElement
parentNode
prefix
previousSibling
specified
text
textContent
value
Methods
addEventListener
appendChild
applyProperties
cloneNode
fireEvent
getAttributes
getBubbleParent
getChildNodes
getFirstChild
getLastChild
getLocalName
getName
getNamespaceURI
getNextSibling
getNodeName
getNodeType
getNodeValue
getOwnerDocument
getOwnerElement
getParentNode
getPrefix
getPreviousSibling
getSpecified
getText
getTextContent
getValue
hasAttributes
hasChildNodes
insertBefore
isSupported
normalize
removeChild
removeEventListener
replaceChild
setBubbleParent
setLocalName
setNodeValue
setPrefix
setValue
Properties
public
ATTRIBUTE_NODE
:
number
public
CDATA_SECTION_NODE
:
number
public
COMMENT_NODE
:
number
public
DOCUMENT_FRAGMENT_NODE
:
number
public
DOCUMENT_NODE
:
number
public
DOCUMENT_TYPE_NODE
:
number
public
ELEMENT_NODE
:
number
public
ENTITY_NODE
:
number
public
ENTITY_REFERENCE_NODE
:
number
public
NOTATION_NODE
:
number
public
PROCESSING_INSTRUCTION_NODE
:
number
public
TEXT_NODE
:
number
public
attributes
:
NamedNodeMap
public
bubbleParent
:
boolean
public
childNodes
:
NodeList
public
firstChild
:
Node
public
lastChild
:
Node
public
localName
:
string
public
name
:
string
public
namespaceURI
:
string
public
nextSibling
:
Node
public
nodeName
:
string
public
nodeType
:
number
public
nodeValue
:
string
public
ownerDocument
:
Document
public
ownerElement
:
Element
public
parentNode
:
Node
public
prefix
:
string
public
previousSibling
:
Node
public
specified
:
boolean
public
text
:
string
public
textContent
:
string
public
value
:
string
Methods
public
addEventListener
(
name
:
string
, callback
:
(...args: any[]) => any
)
Parameters
name:
string
callback:
(...args: any[]) => any
public
appendChild
(
newChild
:
Node
)
:
Node
Parameters
newChild:
Node
Returns
Node
public
applyProperties
(
props
:
Dictionary
)
Parameters
props:
Dictionary
public
cloneNode
(
deep
:
boolean
)
:
Node
Parameters
deep:
boolean
Returns
Node
public
fireEvent
(
name
:
string
, event
:
Dictionary
)
Parameters
name:
string
event:
Dictionary
public
getAttributes
(
)
:
NamedNodeMap
Returns
NamedNodeMap
public
getBubbleParent
(
)
:
boolean
Returns
boolean
public
getChildNodes
(
)
:
NodeList
Returns
NodeList
public
getFirstChild
(
)
:
Node
Returns
Node
public
getLastChild
(
)
:
Node
Returns
Node
public
getLocalName
(
)
:
string
Returns
string
public
getName
(
)
:
string
Returns
string
public
getNamespaceURI
(
)
:
string
Returns
string
public
getNextSibling
(
)
:
Node
Returns
Node
public
getNodeName
(
)
:
string
Returns
string
public
getNodeType
(
)
:
number
Returns
number
public
getNodeValue
(
)
:
string
Returns
string
public
getOwnerDocument
(
)
:
Document
Returns
Document
public
getOwnerElement
(
)
:
Element
Returns
Element
public
getParentNode
(
)
:
Node
Returns
Node
public
getPrefix
(
)
:
string
Returns
string
public
getPreviousSibling
(
)
:
Node
Returns
Node
public
getSpecified
(
)
:
boolean
Returns
boolean
public
getText
(
)
:
string
Returns
string
public
getTextContent
(
)
:
string
Returns
string
public
getValue
(
)
:
string
Returns
string
public
hasAttributes
(
)
:
boolean
Returns
boolean
public
hasChildNodes
(
)
:
boolean
Returns
boolean
public
insertBefore
(
newChild
:
Node
, refChild
:
Node
)
:
Node
Parameters
newChild:
Node
refChild:
Node
Returns
Node
public
isSupported
(
feature
:
string
, version
:
string
)
:
boolean
Parameters
feature:
string
version:
string
Returns
boolean
public
normalize
(
)
public
removeChild
(
oldChild
:
Node
)
:
Node
Parameters
oldChild:
Node
Returns
Node
public
removeEventListener
(
name
:
string
, callback
:
(...args: any[]) => any
)
Parameters
name:
string
callback:
(...args: any[]) => any
public
replaceChild
(
newChild
:
Node
, oldChild
:
Node
)
:
Node
Parameters
newChild:
Node
oldChild:
Node
Returns
Node
public
setBubbleParent
(
bubbleParent
:
boolean
)
Parameters
bubbleParent:
boolean
public
setLocalName
(
localName
:
string
)
Parameters
localName:
string
public
setNodeValue
(
nodeValue
:
string
)
Parameters
nodeValue:
string
public
setPrefix
(
prefix
:
string
)
Parameters
prefix:
string
public
setValue
(
value
:
string
)
Parameters
value:
string
Globals
Global
Ti
Ti.Android
Ti.Android.Calendar
Ti.App
Ti.App.iOS
Ti.Calendar
Ti.Cloud
Ti.Contacts
Ti.Contacts.Tizen
Ti.Database
Ti.Facebook
Ti.Filesystem
Ti.Geolocation
Ti.Geolocation.Android
Ti.Map
Ti.Media
Ti.Network
Ti.Network.Socket
Ti.Platform
Ti.UI
Ti.UI.Android
Ti.UI.MobileWeb
Ti.UI.iOS
Ti.UI.iPad
Ti.UI.iPhone
Ti.XML
bubbleParent
CDATASection
Comment
DocumentFragment
EntityReference
Attr
ATTRIBUTE_NODE
CDATA_SECTION_NODE
COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
ELEMENT_NODE
ENTITY_NODE
ENTITY_REFERENCE_NODE
NOTATION_NODE
PROCESSING_INSTRUCTION_NODE
TEXT_NODE
attributes
bubbleParent
childNodes
firstChild
lastChild
localName
name
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
ownerElement
parentNode
prefix
previousSibling
specified
text
textContent
value
addEventListener
appendChild
applyProperties
cloneNode
fireEvent
getAttributes
getBubbleParent
getChildNodes
getFirstChild
getLastChild
getLocalName
getName
getNamespaceURI
getNextSibling
getNodeName
getNodeType
getNodeValue
getOwnerDocument
getOwnerElement
getParentNode
getPrefix
getPreviousSibling
getSpecified
getText
getTextContent
getValue
hasAttributes
hasChildNodes
insertBefore
isSupported
normalize
removeChild
removeEventListener
replaceChild
setBubbleParent
setLocalName
setNodeValue
setPrefix
setValue
CharacterData
DOMImplementation
Document
DocumentType
Element
Entity
NamedNodeMap
Node
NodeList
Notation
ProcessingInstruction
Text
addEventListener
applyProperties
fireEvent
getBubbleParent
parseString
removeEventListener
serializeToString
setBubbleParent