toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.graph
/
GraphVisualization
/
Node
Node
abstract
inner
class
Node
(
val
model
:
Model
)
(
source
)
Inheritors
ModelNode
InputNode
OutputNode
Members
Constructors
Node
Link copied to clipboard
constructor
(
model
:
Model
)
Properties
id
Link copied to clipboard
abstract
val
id
:
String
model
Link copied to clipboard
val
model
:
Model
nsmap
Link copied to clipboard
var
nsmap
:
NamespaceMap
Functions
describe
Link copied to clipboard
abstract
fun
describe
(
)
end
Element
Link copied to clipboard
fun
endElement
(
)
start
Element
Link copied to clipboard
fun
startElement
(
name
:
QName
)
fun
startElement
(
name
:
QName
,
attr
:
Map
<
String
,
String
?
>
)
text
Link copied to clipboard
fun
text
(
text
:
String
)