Uses of Class
org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
Packages that use XsdAttributeGroup Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdAttributeGroup in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdAttributeGroup Modifier and Type Method Description java.util.stream.Stream<XsdAttributeGroup>XsdAttributeGroup. getAllXsdAttributeGroups()java.util.stream.Stream<XsdAttributeGroup>XsdComplexType. getAllXsdAttributeGroups()java.util.stream.Stream<XsdAttributeGroup>XsdSchema. getChildrenAttributeGroups()java.util.stream.Stream<XsdAttributeGroup>XsdComplexType. getXsdAttributeGroup()java.util.stream.Stream<XsdAttributeGroup>XsdExtension. getXsdAttributeGroup()java.util.stream.Stream<XsdAttributeGroup>XsdRestriction. getXsdAttributeGroup()java.util.stream.Stream<XsdAttributeGroup>XsdAttributeGroup. getXsdAttributeGroups()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdAttributeGroup Modifier and Type Method Description voidXsdSchema. add(XsdAttributeGroup element) -
Uses of XsdAttributeGroup in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdAttributeGroup Modifier and Type Field Description private XsdAttributeGroupXsdAttributeGroupVisitor. ownerTheXsdAttributeGroupinstance which owns thisXsdAttributeGroupVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdAttributeGroup Modifier and Type Method Description XsdAttributeGroupXsdAttributeGroupVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors that return types with arguments of type XsdAttributeGroup Modifier and Type Method Description java.util.stream.Stream<XsdAttributeGroup>AttributesVisitor. getAllXsdAttributeGroups()java.util.stream.Stream<XsdAttributeGroup>AttributesVisitor. getXsdAttributeGroups()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAttributeGroup Modifier and Type Method Description voidAttributesVisitor. visit(XsdAttributeGroup attributeGroup)default voidXsdAbstractElementVisitor. visit(XsdAttributeGroup element)voidXsdAttributeGroupVisitor. visit(XsdAttributeGroup element)voidXsdSchemaVisitor. visit(XsdAttributeGroup element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAttributeGroup Constructor Description XsdAttributeGroupVisitor(XsdAttributeGroup owner)
-