CycloneDX JavaScript Library - Node - v9.4.0
Preparing search index...
Serialize
XML
Types
SimpleXml
TextElement
Interface TextElement
Element node with textual content
interface
TextElement
{
attributes
?:
ElementAttributes
;
children
:
Text
;
name
:
string
;
namespace
?:
string
|
URL
;
type
:
"element"
;
}
Hierarchy (
View Summary
)
Element
TextElement
Index
Properties
attributes?
children
name
namespace?
type
Properties
Optional
attributes
attributes
?:
ElementAttributes
children
children
:
Text
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 with textual content