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