@designliquido/xpath
Preparing search index...
AtomicType
Interface AtomicType
Base interface for all atomic types
interface
AtomicType
{
name
:
string
;
namespace
:
string
;
baseType
?:
AtomicType
;
primitive
?:
AtomicType
;
validate
(
value
:
any
)
:
boolean
;
cast
(
value
:
any
)
:
any
;
}
Implemented by
AtomicTypeImpl
Index
Properties
name
namespace
base
Type?
primitive?
Methods
validate
cast
Properties
Readonly
name
name
:
string
Readonly
namespace
namespace
:
string
Optional
Readonly
base
Type
baseType
?:
AtomicType
Optional
Readonly
primitive
primitive
?:
AtomicType
Methods
validate
validate
(
value
:
any
)
:
boolean
Parameters
value
:
any
Returns
boolean
cast
cast
(
value
:
any
)
:
any
Parameters
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
namespace
base
Type
primitive
Methods
validate
cast
@designliquido/xpath
Loading...
Base interface for all atomic types