Uses of Class
org.xmlet.xsdparser.xsdelements.XsdChoice
-
Packages that use XsdChoice Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdChoice in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdChoice Modifier and Type Field Description private XsdChoiceXsdRestriction. choiceMethods in org.xmlet.xsdparser.xsdelements that return XsdChoice Modifier and Type Method Description XsdChoiceXsdChoice. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdChoiceXsdComplexType. getChildAsChoice()XsdChoiceXsdExtension. getChildAsChoice()XsdChoiceXsdGroup. getChildAsChoice()static XsdChoiceXsdMultipleElements. getChildAsChoice(XsdMultipleElements element)XsdChoiceXsdRestriction. getChoice()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdChoice Modifier and Type Method Description java.util.stream.Stream<XsdChoice>XsdChoice. getChildrenChoices()java.util.stream.Stream<XsdChoice>XsdSequence. getChildrenChoices()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdChoice Modifier and Type Method Description voidXsdRestriction. setChoice(XsdChoice choice) -
Uses of XsdChoice in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdChoice Modifier and Type Field Description private XsdChoiceXsdChoiceVisitor. ownerTheXsdChoiceinstance which owns thisXsdChoiceVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdChoice Modifier and Type Method Description XsdChoiceXsdChoiceVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdChoice Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdChoice element)voidXsdChoiceVisitor. visit(XsdChoice element)voidXsdRestrictionsVisitor. visit(XsdChoice element)voidXsdSequenceVisitor. visit(XsdChoice element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdChoice Constructor Description XsdChoiceVisitor(XsdChoice owner)
-