Preparing search index...
The search index is not available
CycloneDX JavaScript Library - Node - v6.7.2
CycloneDX JavaScript Library - Node
Serialize
XML
Types
SimpleXml
Element
Interface Element
Element node.
interface
Element
{
attributes
?:
ElementAttributes
;
children
?:
ElementChildren
;
name
:
string
;
namespace
?:
string
|
URL
;
type
:
"element"
;
}
Hierarchy (
view full
)
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
attributes
children
name
namespace
type
CycloneDX JavaScript Library - Node - v6.7.2
Loading...
Element node.