com.thaiopensource.relaxng.impl
Class MatchablePatternImpl

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.MatchablePatternImpl
All Implemented Interfaces:
MatchablePattern

public class MatchablePatternImpl
extends java.lang.Object
implements MatchablePattern


Constructor Summary
MatchablePatternImpl(SchemaPatternBuilder spb, Pattern start)
           
 
Method Summary
 Matcher createMatcher()
          Create a Matcher for matching against this pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchablePatternImpl

public MatchablePatternImpl(SchemaPatternBuilder spb,
                            Pattern start)
Method Detail

createMatcher

public Matcher createMatcher()
Description copied from interface: MatchablePattern
Create a Matcher for matching against this pattern.

Specified by:
createMatcher in interface MatchablePattern
Returns:
a Matcher, never null