XPathResult

XPathResult

package js-html

Available on js

Variables

read only booleanValue:Bool

readonly boolean

read only invalidIteratorState:Bool

readonly boolean

read only numberValue:Float

readonly float

read only resultType:Int

readonly integer (short)

read only singleNodeValue:Node

readonly Node

read only snapshotLength:Int

readonly Integer

read only stringValue:String

readonly String

Methods

iterateNext ():Node

Throws:

null DOMError

snapshotItem (index:Int):Node

Throws:

null DOMError

Static variables

static inline read only ANY_TYPE:Int = 0

static inline read only ANY_UNORDERED_NODE_TYPE:Int = 8

static inline read only BOOLEAN_TYPE:Int = 3

static inline read only FIRST_ORDERED_NODE_TYPE:Int = 9

static inline read only NUMBER_TYPE:Int = 1

static inline read only ORDERED_NODE_ITERATOR_TYPE:Int = 5

static inline read only ORDERED_NODE_SNAPSHOT_TYPE:Int = 7

static inline read only STRING_TYPE:Int = 2

static inline read only UNORDERED_NODE_ITERATOR_TYPE:Int = 4

static inline read only UNORDERED_NODE_SNAPSHOT_TYPE:Int = 6

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/XPathResult.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部