| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Method | Description |
|---|---|---|
XsdAttribute |
XsdAttribute.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdAttribute> |
XsdAttributeGroup.getAllAttributes() |
|
Stream<XsdAttribute> |
XsdSchema.getChildrenAttributes() |
|
Stream<XsdAttribute> |
XsdAttributeGroup.getDirectAttributes() |
|
Stream<XsdAttribute> |
XsdComplexType.getXsdAttributes() |
|
Stream<XsdAttribute> |
XsdExtension.getXsdAttributes() |
|
Stream<XsdAttribute> |
XsdRestriction.getXsdAttributes() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XsdSchema.add(XsdAttribute element) |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdAttribute |
XsdAttributeVisitor.owner |
The
XsdAttribute instance which owns this XsdAttributeVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdAttribute |
XsdAttributeVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdAttribute> |
AttributesVisitor.getXsdAttributes() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AttributesVisitor.visit(XsdAttribute attribute) |
|
default void |
XsdAbstractElementVisitor.visit(XsdAttribute element) |
|
void |
XsdAttributeGroupVisitor.visit(XsdAttribute element) |
|
void |
XsdSchemaVisitor.visit(XsdAttribute element) |
| Constructor | Description |
|---|---|
XsdAttributeVisitor(XsdAttribute owner) |
Copyright © 2018. All rights reserved.