Uses of Class
org.xmlet.xsdparser.xsdelements.XsdRestriction
-
Packages that use XsdRestriction Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdRestriction in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdRestriction Modifier and Type Field Description private XsdRestrictionXsdSimpleType. restrictionAXsdRestrictioninstance that is present in theXsdSimpleTypeinstance.Methods in org.xmlet.xsdparser.xsdelements that return XsdRestriction Modifier and Type Method Description XsdRestrictionXsdRestriction. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdRestrictionXsdSimpleType. getRestriction()XsdRestrictionXsdComplexContent. getXsdRestriction()XsdRestrictionXsdSimpleContent. getXsdRestriction()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdRestriction Modifier and Type Method Description java.util.List<XsdRestriction>XsdAttribute. getAllRestrictions()java.util.List<XsdRestriction>XsdSimpleType. getAllRestrictions()This method obtains all the restrictions for the currentXsdSimpleTypeelement.Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdRestriction Modifier and Type Method Description private booleanXsdSimpleType. existsRestrictionOverlap(XsdRestriction existing, XsdRestriction newRestriction)Checks for any restriction overlap between two differentXsdRestrictioninstances.voidXsdSimpleType. setRestriction(XsdRestriction restriction)private voidXsdSimpleType. updateExistingRestriction(XsdRestriction existing, XsdRestriction newRestriction)Joins two distinctXsdRestrictioninstances.private voidXsdSimpleType. updateExistingRestrictionEnumerations(XsdRestriction existing, XsdRestriction newRestriction)Updates the existingXsdRestrictionwith the restrictions of the newXsdRestrictioninstance. -
Uses of XsdRestriction in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdRestriction Modifier and Type Field Description private XsdRestrictionXsdRestrictionsVisitor. ownerTheXsdRestrictioninstance which owns thisXsdRestrictionsVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdRestriction Modifier and Type Method Description XsdRestrictionXsdRestrictionsVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdRestriction Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdRestriction element)voidXsdComplexContentVisitor. visit(XsdRestriction element)voidXsdSimpleContentVisitor. visit(XsdRestriction element)voidXsdSimpleTypeVisitor. visit(XsdRestriction element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdRestriction Constructor Description XsdRestrictionsVisitor(XsdRestriction owner)
-