Uses of Class
org.xmlet.xsdparser.xsdelements.XsdAppInfo
-
Packages that use XsdAppInfo Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdAppInfo in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements with type parameters of type XsdAppInfo Modifier and Type Field Description private java.util.List<XsdAppInfo>XsdAnnotation. appInfoListThe list ofXsdAppInfochildren.Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdAppInfo Modifier and Type Method Description java.util.List<XsdAppInfo>XsdAnnotation. getAppInfoList()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdAppInfo Modifier and Type Method Description voidXsdAnnotation. add(XsdAppInfo appInfo) -
Uses of XsdAppInfo in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAppInfo Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdAppInfo element)voidXsdAnnotationVisitor. visit(XsdAppInfo element)
-