Uses of Class
org.xmlet.xsdparser.xsdelements.XsdUnion
-
Packages that use XsdUnion Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdUnion in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdUnion Modifier and Type Field Description private XsdUnionXsdSimpleType. unionAXsdUnioninstance that is present in theXsdSimpleTypeinstance.Methods in org.xmlet.xsdparser.xsdelements that return XsdUnion Modifier and Type Method Description XsdUnionXsdUnion. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdUnionXsdSimpleType. getUnion()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdUnion Modifier and Type Method Description voidXsdSimpleType. setUnion(XsdUnion union) -
Uses of XsdUnion in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdUnion Modifier and Type Field Description private XsdUnionXsdUnionVisitor. ownerTheXsdUnioninstance which owns thisXsdUnionVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdUnion Modifier and Type Method Description XsdUnionXsdUnionVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdUnion Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdUnion element)voidXsdSimpleTypeVisitor. visit(XsdUnion element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdUnion Constructor Description XsdUnionVisitor(XsdUnion owner)
-