Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
Pattern Matching of Incompletely RE-Typed Expressions via Transformation
Satoshi OkuiTaro Suzuki
著者情報
ジャーナル フリー

2006 年 1 巻 2 号 p. 819-832

詳細
抄録

We offer a pattern-matching algorithm based on incomplete regular expression (IRE, for short) types. IRE types extend the regular expression types introduced by Hosoya and Pierce in the programming language XDuce. Pattern-matching for IRE-typed expressions provides a capability to uniformly access “context” parts of XML document trees within the framework of pattern-matching theory; we do not rely on external facilities (or notations) such as XPath. In order to describe our pattern-matching algorithm, we adopt a rule-based approach; that is, we present our algorithm as a set of a few simple transformation rules. These rules simulate a transition in non-deterministic top-down tree automata(though we do not deal with tree automata explicitly), while also accumulating bindings for pattern variables. Our pattern-matching algorithm is sound and complete: it enumerates all correct but no incorrect solutions. We give rigorous proofs of these properties. A small but non-trivial example illustrates the expressiveness of our framework.

著者関連情報
© 2006 by Information Processing Society of Japan
前の記事 次の記事
feedback
Top