Uses of Class
org.xmlet.xsdparser.xsdelements.XsdImport
-
Packages that use XsdImport Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdImport in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdImport Modifier and Type Method Description java.util.stream.Stream<XsdImport>XsdSchema. getChildrenImports()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdImport Modifier and Type Method Description voidXsdSchema. add(XsdImport element) -
Uses of XsdImport in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdImport Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdImport xsdImport)voidXsdSchemaVisitor. visit(XsdImport element)
-