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