CycloneDX JavaScript Library - Node - v9.4.0
Preparing search index...
Serialize
XML
Types
SimpleXml
Element
Interface Element
Element node.
interface
Element
{
attributes
?:
ElementAttributes
;
children
?:
ElementChildren
;
name
:
string
;
namespace
?:
string
|
URL
;
type
:
"element"
;
}
Hierarchy (
View Summary
)
Element
TextElement
Index
Properties
attributes?
children?
name
namespace?
type
Properties
Optional
attributes
attributes
?:
ElementAttributes
Optional
children
children
?:
ElementChildren
name
name
:
string
Optional
namespace
namespace
?:
string
|
URL
type
type
:
"element"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
name
namespace
type
CycloneDX JavaScript Library - Node - v9.4.0
Loading...
Element node.