com.sun.msv.datatype.xsd
public final class PatternFacet extends DataTypeWithLexicalConstraintFacet
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() |