Search
Preparing search index...
The search index is not available
@metagram/framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
XMIElementNode
Class XMIElementNode
Hierarchy
XMINode
XMIElementNode
Index
Constructors
constructor
Properties
attrs
children
id
origin
tag
Name
type
Name
typeURI
Methods
find
Node
ByID
Constructors
constructor
new XMIElement
Node
(
origin
:
string
, xmlElement
:
Element
, typeURI
:
string
, typeName
:
string
, id
?:
undefined
|
string
)
:
XMIElementNode
Parameters
origin:
string
xmlElement:
Element
typeURI:
string
typeName:
string
Optional
id:
undefined
|
string
Returns
XMIElementNode
Properties
attrs
attrs
:
Map
<
string
,
string
[]
>
children
children
:
Map
<
string
,
XMINode
[]
>
Optional
id
id
:
undefined
|
string
origin
origin
:
string
tag
Name
tag
Name
:
string
type
Name
type
Name
:
string
typeURI
typeURI
:
string
Methods
find
Node
ByID
find
Node
ByID
(
id
:
string
)
:
XMIElementNode
|
null
Parameters
id:
string
Returns
XMIElementNode
|
null
Globals
XMIElement
Node
constructor
attrs
children
id
origin
tag
Name
type
Name
typeURI
find
Node
ByID
Generated using
TypeDoc