public abstract class Match
extends java.lang.Object
Resolver
so that it
can be retrieved using a string that matches its pattern. Any
object that extends this can be inserted into the resolver and
retrieved using a string that matches its pattern. For example
take the following pattern "*.html" this will match the string
"/index.html" or "readme.html". This object should be extended
to add more XML attributes and elements, which can be retrieved
when the Match
object is retrieve from a resolver.