@vivliostyle/core
Preparing search index...
xml-doc
Predicate
Class Predicate
Implements
XmlDoc
.
Predicate
Index
Constructors
constructor
Properties
fn
Methods
check
with
Attribute
with
Child
Constructors
constructor
new
Predicate
(
fn
:
(
p1
:
Node
)
=>
boolean
)
:
Predicate
Parameters
fn
:
(
p1
:
Node
)
=>
boolean
Returns
Predicate
Properties
Readonly
fn
fn
:
(
p1
:
Node
)
=>
boolean
Methods
check
check
(
node
:
Node
)
:
boolean
Parameters
node
:
Node
Returns
boolean
with
Attribute
withAttribute
(
name
:
string
,
value
:
string
)
:
Predicate
Parameters
name
:
string
value
:
string
Returns
Predicate
with
Child
withChild
(
name
:
string
,
opt_childPredicate
?:
Predicate
)
:
Predicate
Parameters
name
:
string
Optional
opt_childPredicate
:
Predicate
Returns
Predicate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fn
Methods
check
with
Attribute
with
Child
@vivliostyle/core
Loading...