org.jbind.xml.core.bridge
Interface IRegEx


public interface IRegEx


Method Summary
 java.lang.String asString()
          Gets the string representation of the regular expression.
 boolean matches(java.lang.String aString)
           
 

Method Detail

matches

public boolean matches(java.lang.String aString)

asString

public java.lang.String asString()
Gets the string representation of the regular expression.

Returns:
(required).