Uses of Class
org.xmlet.xsdparser.xsdelements.XsdAttribute
-
Packages that use XsdAttribute Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdAttribute in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return XsdAttribute Modifier and Type Method Description XsdAttributeXsdAttribute. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdAttribute Modifier and Type Method Description java.util.stream.Stream<XsdAttribute>XsdComplexType. getAllXsdAttributes()java.util.stream.Stream<XsdAttribute>XsdSchema. getChildrenAttributes()java.util.stream.Stream<XsdAttribute>XsdAttributeGroup. getDirectAttributes()java.util.stream.Stream<XsdAttribute>XsdAttributeGroup. getXsdAttributes()java.util.stream.Stream<XsdAttribute>XsdComplexType. getXsdAttributes()java.util.stream.Stream<XsdAttribute>XsdExtension. getXsdAttributes()java.util.stream.Stream<XsdAttribute>XsdRestriction. getXsdAttributes()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdAttribute Modifier and Type Method Description voidXsdSchema. add(XsdAttribute element) -
Uses of XsdAttribute in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdAttribute Modifier and Type Field Description private XsdAttributeXsdAttributeVisitor. ownerTheXsdAttributeinstance which owns thisXsdAttributeVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdAttribute Modifier and Type Method Description XsdAttributeXsdAttributeVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors that return types with arguments of type XsdAttribute Modifier and Type Method Description java.util.List<XsdAttribute>AttributesVisitor. getAllAttributes()java.util.stream.Stream<XsdAttribute>AttributesVisitor. getXsdAttributes()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAttribute Modifier and Type Method Description voidAttributesVisitor. visit(XsdAttribute attribute)default voidXsdAbstractElementVisitor. visit(XsdAttribute element)voidXsdAttributeGroupVisitor. visit(XsdAttribute element)voidXsdSchemaVisitor. visit(XsdAttribute element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAttribute Constructor Description XsdAttributeVisitor(XsdAttribute owner)
-