@vivliostyle/core
Preparing search index...
types
XmlDoc
Predicate
Interface Predicate
interface
Predicate
{
fn
:
(
p1
:
Node
)
=>
boolean
;
check
(
node
:
Node
)
:
boolean
;
withAttribute
(
name
:
string
,
value
:
string
)
:
XmlDoc
.
Predicate
;
withChild
(
name
:
string
,
opt_childPredicate
?:
XmlDoc
.
Predicate
,
)
:
XmlDoc
.
Predicate
;
}
Implemented by
Predicate
Index
Properties
fn
Methods
check
with
Attribute
with
Child
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
)
:
XmlDoc
.
Predicate
Parameters
name
:
string
value
:
string
Returns
XmlDoc
.
Predicate
with
Child
withChild
(
name
:
string
,
opt_childPredicate
?:
XmlDoc
.
Predicate
)
:
XmlDoc
.
Predicate
Parameters
name
:
string
Optional
opt_childPredicate
:
XmlDoc
.
Predicate
Returns
XmlDoc
.
Predicate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fn
Methods
check
with
Attribute
with
Child
@vivliostyle/core
Loading...