com.sun.msv.datatype.xsd

Class PatternFacet

public final class PatternFacet extends DataTypeWithLexicalConstraintFacet

"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space. See http://www.w3.org/TR/xmlschema-2/#dt-pattern for the spec

Author: Kohsuke KAWAGUCHI

Field Summary
String[]patterns
string representations of the above RegularExpressions. this representation is usually human friendly than the one generated by RegularExpression.toString method.
Constructor Summary
PatternFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)
Method Summary
RegExp[]getRegExps()

Field Detail

patterns

public final String[] patterns
string representations of the above RegularExpressions. this representation is usually human friendly than the one generated by RegularExpression.toString method.

Constructor Detail

PatternFacet

public PatternFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)

Method Detail

getRegExps

public RegExp[] getRegExps()