Uses of Class
org.xmlet.xsdparser.xsdelements.XsdAnnotation
-
Packages that use XsdAnnotation Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdAnnotation in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdAnnotation Modifier and Type Field Description private XsdAnnotationXsdAnnotatedElements. annotationTheXsdAnnotationthat is annotating the concrete instances of this class.Methods in org.xmlet.xsdparser.xsdelements that return XsdAnnotation Modifier and Type Method Description XsdAnnotationXsdAnnotatedElements. getAnnotation()Methods in org.xmlet.xsdparser.xsdelements that return types with arguments of type XsdAnnotation Modifier and Type Method Description java.util.stream.Stream<XsdAnnotation>XsdSchema. getChildrenAnnotations()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdAnnotation Modifier and Type Method Description voidXsdSchema. add(XsdAnnotation element)voidXsdAnnotatedElements. setAnnotation(XsdAnnotation annotation) -
Uses of XsdAnnotation in org.xmlet.xsdparser.xsdelements.visitors
Fields in org.xmlet.xsdparser.xsdelements.visitors declared as XsdAnnotation Modifier and Type Field Description private XsdAnnotationXsdAnnotationVisitor. ownerTheXsdAnnotationinstance which owns thisXsdAnnotationVisitorinstance.Methods in org.xmlet.xsdparser.xsdelements.visitors that return XsdAnnotation Modifier and Type Method Description XsdAnnotationXsdAnnotationVisitor. getOwner()Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAnnotation Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdAnnotation xsdAnnotation)voidXsdAnnotatedElementsVisitor. visit(XsdAnnotation element)voidXsdSchemaVisitor. visit(XsdAnnotation element)Constructors in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdAnnotation Constructor Description XsdAnnotationVisitor(XsdAnnotation owner)
-