toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
XmlToSax
/
LocalAttributes
Local
Attributes
class
LocalAttributes
(
node
:
XdmNode
)
:
Attributes
(
source
)
Members
Constructors
Local
Attributes
Link copied to clipboard
constructor
(
node
:
XdmNode
)
Properties
name
List
Link copied to clipboard
val
nameList
:
<Error class: unknown class>
qname
List
Link copied to clipboard
val
qnameList
:
<Error class: unknown class>
uri
List
Link copied to clipboard
val
uriList
:
<Error class: unknown class>
value
List
Link copied to clipboard
val
valueList
:
<Error class: unknown class>
Functions
get
Index
Link copied to clipboard
open
override
fun
getIndex
(
qName
:
String
?
)
:
Int
open
override
fun
getIndex
(
uri
:
String
?
,
localName
:
String
?
)
:
Int
get
Length
Link copied to clipboard
open
override
fun
getLength
(
)
:
Int
get
Local
Name
Link copied to clipboard
open
override
fun
getLocalName
(
index
:
Int
)
:
String
?
get
QName
Link copied to clipboard
open
override
fun
getQName
(
index
:
Int
)
:
String
?
get
Type
Link copied to clipboard
open
override
fun
getType
(
index
:
Int
)
:
String
?
open
override
fun
getType
(
qName
:
String
?
)
:
String
?
open
override
fun
getType
(
uri
:
String
?
,
localName
:
String
?
)
:
String
?
get
URI
Link copied to clipboard
open
override
fun
getURI
(
index
:
Int
)
:
String
?
get
Value
Link copied to clipboard
open
override
fun
getValue
(
index
:
Int
)
:
String
?
open
override
fun
getValue
(
qName
:
String
?
)
:
String
?
open
override
fun
getValue
(
uri
:
String
?
,
localName
:
String
?
)
:
String
?