Uses of Class
org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
Packages that use XsdSimpleType Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdSimpleType in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdSimpleType Modifier and Type Field Description private XsdSimpleTypeXsdList. simpleTypeTheXsdSimpleTypeinstance that states the type of the elements that belong to thisXsdListinstance.Fields in org.xmlet.xsdparser.xsdelements with type parameters of type XsdSimpleType Modifier and Type Field Description private java.util.List<XsdSimpleType>XsdUnion. simpleTypeListA List ofXsdSimpleTypeinstances that represent theXsdUnion.Methods in org.xmlet.xsdparser.xsdelements that return XsdSimpleType Modifier and Type Method Description XsdSimpleTypeXsdSimpleType. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdSimpleTypeXsdExtension. getBaseAsSimpleType()XsdSimpleTypeXsdRestriction. getBaseAsSimpleType()XsdSimpleTypeXsdElement. getTypeAsSimpleType()XsdSimpleTypeXsdAttribute. getXsdSimpleType()XsdSimpleTypeXsdElement. getXsdSimpleType()XsdSimpleTypeXsdList. getXsdSimpleType()private XsdSimpleTypeXsdElement. getXsdSimpleTypeFromType()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdSimpleType Modifier and Type Method Description java.util.stream.Stream<XsdSimpleType>XsdSchema. getChildrenSimpleTypes()java.util.List<XsdSimpleType>XsdUnion. getUnionElements()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdSimpleType Modifier and Type Method Description voidXsdSchema. add(XsdSimpleType element)voidXsdUnion. add(XsdSimpleType simpleType)voidXsdList. setSimpleType(XsdSimpleType simpleType) -
Uses of XsdSimpleType in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdSimpleType Modifier and Type Field Description private XsdSimpleTypeXsdSimpleTypeVisitor. ownerTheXsdSimpleTypeinstance which owns thisXsdSimpleTypeVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdSimpleType Modifier and Type Method Description XsdSimpleTypeXsdSimpleTypeVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdSimpleType Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdSimpleType element)voidXsdAttributeVisitor. visit(XsdSimpleType element)voidXsdElementVisitor. visit(XsdSimpleType element)voidXsdListVisitor. visit(XsdSimpleType element)voidXsdSchemaVisitor. visit(XsdSimpleType element)voidXsdUnionVisitor. visit(XsdSimpleType element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdSimpleType Constructor Description XsdSimpleTypeVisitor(XsdSimpleType owner)
-