Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdLength
-
Packages that use XsdLength Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdLength in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdLength Modifier and Type Field Description private XsdLengthXsdRestriction. lengthAXsdLengthinstance that specifies the specific length of a List or String type.Methods in org.xmlet.xsdparser.xsdelements that return XsdLength Modifier and Type Method Description XsdLengthXsdRestriction. getLength()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdLength Modifier and Type Method Description voidXsdRestriction. setLength(XsdLength length) -
Uses of XsdLength in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdLength Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdLength element)voidXsdRestrictionsVisitor. visit(XsdLength element) -
Uses of XsdLength in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions that return XsdLength Modifier and Type Method Description XsdLengthXsdLength. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.
-