Uses of Class
org.xmlet.xsdparser.xsdelements.XsdList
-
Packages that use XsdList Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdList in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdList Modifier and Type Field Description private XsdListXsdSimpleType. listAXsdListinstance that is present in theXsdSimpleTypeinstance.Methods in org.xmlet.xsdparser.xsdelements that return XsdList Modifier and Type Method Description XsdListXsdList. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdListXsdSimpleType. getList()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdList Modifier and Type Method Description voidXsdSimpleType. setList(XsdList list) -
Uses of XsdList in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdList Modifier and Type Field Description private XsdListXsdListVisitor. ownerTheXsdListinstance which owns thisXsdListVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdList Modifier and Type Method Description XsdListXsdListVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdList Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdList element)voidXsdSimpleTypeVisitor. visit(XsdList element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdList Constructor Description XsdListVisitor(XsdList owner)
-