Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdPattern
-
Packages that use XsdPattern Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdPattern in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdPattern Modifier and Type Field Description private XsdPatternXsdRestriction. patternAXsdPatterninstance that specifies a regex pattern that a String type should follow.Methods in org.xmlet.xsdparser.xsdelements that return XsdPattern Modifier and Type Method Description XsdPatternXsdRestriction. getPattern()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdPattern Modifier and Type Method Description voidXsdRestriction. setPattern(XsdPattern pattern) -
Uses of XsdPattern in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdPattern Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdPattern element)voidXsdRestrictionsVisitor. visit(XsdPattern element) -
Uses of XsdPattern in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions that return XsdPattern Modifier and Type Method Description XsdPatternXsdPattern. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.
-