Uses of Class
org.xmlet.xsdparser.xsdelements.XsdElement
-
Packages that use XsdElement Package Description org.xmlet.xsdparser.core org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdElement in org.xmlet.xsdparser.core
Methods in org.xmlet.xsdparser.core that return types with arguments of type XsdElement Modifier and Type Method Description java.util.stream.Stream<XsdElement>XsdParserCore. getResultXsdElements() -
Uses of XsdElement in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return XsdElement Modifier and Type Method Description XsdElementXsdElement. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.XsdElementXsdElement. getXsdSubstitutionGroup()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdElement Modifier and Type Method Description java.util.stream.Stream<XsdElement>XsdMultipleElements. getChildrenElements()java.util.stream.Stream<XsdElement>XsdSchema. getChildrenElements()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdElement Modifier and Type Method Description voidXsdSchema. add(XsdElement element) -
Uses of XsdElement in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdElement Modifier and Type Field Description private XsdElementXsdElementVisitor. ownerTheXsdElementinstance which owns thisXsdElementVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdElement Modifier and Type Method Description XsdElementXsdElementVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdElement Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdElement element)voidXsdAllVisitor. visit(XsdElement element)voidXsdChoiceVisitor. visit(XsdElement element)voidXsdSchemaVisitor. visit(XsdElement element)voidXsdSequenceVisitor. visit(XsdElement element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdElement Constructor Description XsdElementVisitor(XsdElement owner)
-