IPSJ Digital Courier
Online ISSN : 1349-7456
ISSN-L : 1349-7456
Pattern Matching of Incompletely RE-Typed Expressions via Transformation
Satoshi OkuiTaro Suzuki
Author information
JOURNAL FREE ACCESS

2006 Volume 2 Pages 248-261

Details
Abstract

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.

Content from these authors
© 2006 by the Information Processing Society of Japan
Previous article Next article
feedback
Top