Lawtext core references / core/src/data/query / LawCriteriaArgs
Interface: LawCriteriaArgs
Defined in: core/src/data/query.ts:434
Lawtext query の法令検索パラメータです。
Properties
document?
optionaldocument?: (document) =>boolean|Promise<boolean>
Defined in: core/src/data/query.ts:455
法令XMLのDOMを受け取り、マッチしたかどうかを返す関数。
Parameters
document
XMLDocument
Returns
boolean | Promise<boolean>
el?
optionalel?: (el) =>boolean|Promise<boolean>
Defined in: core/src/data/query.ts:456
Parameters
el
Returns
boolean | Promise<boolean>
Enforced?
optionalEnforced?:boolean
Defined in: core/src/data/query.ts:442
施行済み法令かどうか
LawID?
optionalLawID?:RegExp
Defined in: core/src/data/query.ts:436
法令IDのマッチに用いる正規表現
LawNum?
optionalLawNum?:RegExp
Defined in: core/src/data/query.ts:438
法令番号のマッチに用いる正規表現
LawTitle?
optionalLawTitle?:RegExp
Defined in: core/src/data/query.ts:440
法令名のマッチに用いる正規表現
Path?
optionalPath?:RegExp
Defined in: core/src/data/query.ts:444
ReferencedLawNum?
optionalReferencedLawNum?:RegExp
Defined in: core/src/data/query.ts:450
この法令を参照している法令の法令番号のマッチに用いる正規表現
ReferencingLawNum?
optionalReferencingLawNum?:RegExp
Defined in: core/src/data/query.ts:448
この法令が参照している法令の法令番号のマッチに用いる正規表現
xml?
optionalxml?:RegExp
Defined in: core/src/data/query.ts:453
法令XML文字列のマッチに用いる正規表現
XmlName?
optionalXmlName?:RegExp
Defined in: core/src/data/query.ts:445