@vivliostyle/core
Preparing search index...
css-validator
ValidatingGroup
Class ValidatingGroup
A class to build a list validator from other validators.
Index
Constructors
constructor
Properties
connections
empty
Head
error
match
nodes
nomatch
Methods
add
Group
add
Primitive
clone
connect
end
Clause
end
Special
Group
finish
is
Primitive
is
Simple
start
Clause
start
Special
Group
Constructors
constructor
new
ValidatingGroup
()
:
ValidatingGroup
Returns
ValidatingGroup
Properties
connections
connections
:
Connection
[]
= []
empty
Head
emptyHead
:
boolean
= true
error
error
:
number
[]
= []
match
match
:
number
[]
= []
nodes
nodes
:
Node
[]
= []
nomatch
nomatch
:
number
[]
= []
Methods
add
Group
addGroup
(
group
:
ValidatingGroup
,
how
:
Add
)
:
void
Parameters
group
:
ValidatingGroup
how
:
Add
Returns
void
add
Primitive
addPrimitive
(
validator
:
PropertyValidator
)
:
void
Parameters
validator
:
PropertyValidator
Returns
void
clone
clone
()
:
ValidatingGroup
Returns
ValidatingGroup
connect
connect
(
arr
:
number
[]
,
nodeIndex
:
number
)
:
void
Parameters
arr
:
number
[]
nodeIndex
:
number
Returns
void
end
Clause
endClause
(
clause
:
number
)
:
void
Parameters
clause
:
number
Returns
void
end
Special
Group
endSpecialGroup
()
:
void
Returns
void
finish
finish
(
successTerminal
:
Node
,
failTerminal
:
Node
)
:
Node
Parameters
successTerminal
:
Node
failTerminal
:
Node
Returns
Node
how
is
Primitive
isPrimitive
()
:
boolean
Returns
boolean
is
Simple
isSimple
()
:
boolean
Returns
boolean
start
Clause
startClause
(
clause
:
number
)
:
void
Parameters
clause
:
number
Returns
void
start
Special
Group
startSpecialGroup
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
connections
empty
Head
error
match
nodes
nomatch
Methods
add
Group
add
Primitive
clone
connect
end
Clause
end
Special
Group
finish
is
Primitive
is
Simple
start
Clause
start
Special
Group
@vivliostyle/core
Loading...
A class to build a list validator from other validators.