Uses of Class
org.xmlet.xsdparser.xsdelements.XsdGroup
-
Packages that use XsdGroup Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdGroup in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return XsdGroup Modifier and Type Method Description XsdGroupXsdComplexType. getChildAsGroup()XsdGroupXsdExtension. getChildAsGroup()XsdGroupXsdRestriction. getGroup()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdGroup Modifier and Type Method Description java.util.stream.Stream<XsdGroup>XsdChoice. getChildrenGroups()java.util.stream.Stream<XsdGroup>XsdSchema. getChildrenGroups()java.util.stream.Stream<XsdGroup>XsdSequence. getChildrenGroups()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdGroup Modifier and Type Method Description voidXsdSchema. add(XsdGroup element) -
Uses of XsdGroup in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdGroup Modifier and Type Field Description private XsdGroupXsdGroupVisitor. ownerTheXsdGroupinstance which owns thisXsdGroupVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdGroup Modifier and Type Method Description XsdGroupXsdGroupVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdGroup Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdGroup element)voidXsdChoiceVisitor. visit(XsdGroup element)voidXsdComplexTypeVisitor. visit(XsdGroup element)voidXsdExtensionVisitor. visit(XsdGroup element)voidXsdRestrictionsVisitor. visit(XsdGroup element)voidXsdSchemaVisitor. visit(XsdGroup element)voidXsdSequenceVisitor. visit(XsdGroup element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdGroup Constructor Description XsdGroupVisitor(XsdGroup owner)
-