Uses of Class
org.xmlet.xsdparser.xsdelements.XsdSchema
-
Packages that use XsdSchema Package Description org.xmlet.xsdparser.core org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdSchema in org.xmlet.xsdparser.core
Methods in org.xmlet.xsdparser.core that return types with arguments of type XsdSchema Modifier and Type Method Description java.util.stream.Stream<XsdSchema>XsdParserCore. getResultXsdSchemas() -
Uses of XsdSchema in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return XsdSchema Modifier and Type Method Description XsdSchemaXsdAbstractElement. getXsdSchema()static XsdSchemaXsdAbstractElement. getXsdSchema(XsdAbstractElement element, java.util.List<XsdAbstractElement> hierarchy) -
Uses of XsdSchema in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdSchema Modifier and Type Field Description private XsdSchemaXsdSchemaVisitor. ownerMethods in org.xmlet.xsdparser.xsdelements.visitors that return XsdSchema Modifier and Type Method Description XsdSchemaXsdSchemaVisitor. getOwner()Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdSchema Constructor Description XsdSchemaVisitor(XsdSchema owner)
-