| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Field | Description |
|---|---|---|
private List<XsdAttributeGroup> |
XsdAttributeGroup.attributeGroups |
A list of
XsdAttributeGroup children instances. |
| Modifier and Type | Method | Description |
|---|---|---|
List<XsdAttributeGroup> |
XsdAttributeGroup.getAttributeGroups() |
|
Stream<XsdAttributeGroup> |
XsdSchema.getChildrenAttributeGroups() |
|
Stream<XsdAttributeGroup> |
XsdComplexType.getXsdAttributeGroup() |
|
Stream<XsdAttributeGroup> |
XsdExtension.getXsdAttributeGroup() |
|
Stream<XsdAttributeGroup> |
XsdRestriction.getXsdAttributeGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XsdSchema.add(XsdAttributeGroup element) |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdAttributeGroup |
XsdAttributeGroupVisitor.owner |
The
XsdAttributeGroup instance which owns this XsdAttributeGroupVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdAttributeGroup |
XsdAttributeGroupVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdAttributeGroup> |
AttributesVisitor.getXsdAttributeGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AttributesVisitor.visit(XsdAttributeGroup attributeGroup) |
|
default void |
XsdAbstractElementVisitor.visit(XsdAttributeGroup element) |
|
void |
XsdSchemaVisitor.visit(XsdAttributeGroup element) |
| Constructor | Description |
|---|---|
XsdAttributeGroupVisitor(XsdAttributeGroup owner) |
Copyright © 2018. All rights reserved.