Uses of Annotation Interface
org.apache.juneau.xml.annotation.Xml
Packages that use Xml
Package
Description
ATOM Data Transfer Objects
HTML5 Data Transfer Objects
XML Marshalling Support
XML Marshalling Annotations
-
Uses of Xml in org.apache.juneau.bean.atom
Methods in org.apache.juneau.bean.atom with annotations of type XmlModifier and TypeMethodDescriptionPerson[]CommonEntry.getAuthors()Bean property getter:authors .Common.getBase()Bean property getter:base .Category[]CommonEntry.getCategories()Bean property getter:categories .Person[]CommonEntry.getContributors()Bean property getter:contributors .Entry[]Feed.getEntries()Bean property getter:entries .Link.getHref()Bean property getter:href .Link.getHreflang()Bean property getter:hreflang .Category.getLabel()Bean property getter:label .Common.getLang()Bean property getter:lang .Link.getLength()Bean property getter:length .Link[]CommonEntry.getLinks()Bean property getter:links .Link.getRel()Bean property getter:rel .Category.getScheme()Bean property getter:scheme .Content.getSrc()Bean property getter:src .Category.getTerm()Bean property getter:term .Generator.getText()Bean property getter:text .Id.getText()Bean property getter:text .Text.getText()Bean property getter:text .Link.getTitle()Bean property getter:title .Link.getType()Bean property getter:type .Text.getType()Bean property getter:type .Generator.getUri()Bean property getter:uri .Icon.getUri()Bean property getter:uri .Logo.getUri()Bean property getter:uri .Generator.getVersion()Bean property getter:version .Bean property setter:term . -
Uses of Xml in org.apache.juneau.bean.html5
Classes in org.apache.juneau.bean.html5 with annotations of type XmlModifier and TypeClassDescriptionclassA subclass of HTML elements that have no content or end tags.classAn object that gets serialized as raw XML by the XML and HTML serializers.Methods in org.apache.juneau.bean.html5 with annotations of type XmlModifier and TypeMethodDescriptionHtmlElement.getAttrs()The attributes of this element.HtmlElementContainer.getChildren()The children of this element.HtmlElementMixed.getChildren()The children of this element.Pre.getChildren()HtmlElementRawText.getText()Returns the inner text of this element.HtmlElementText.getText()Returns the inner text of this element. -
Uses of Xml in org.apache.juneau.xml
Method parameters in org.apache.juneau.xml with type arguments of type Xml -
Uses of Xml in org.apache.juneau.xml.annotation
Fields in org.apache.juneau.xml.annotation declared as XmlMethods in org.apache.juneau.xml.annotation that return XmlModifier and TypeMethodDescriptionXmlAnnotation.Builder.build()Instantiates a new@Xmlobject initialized with this builder.static XmlXmlAnnotation.copy(Xml a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.xml.annotation with parameters of type XmlModifier and TypeMethodDescriptionstatic XmlXmlAnnotation.copy(Xml a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.xml.annotation with type arguments of type XmlModifier and TypeMethodDescriptionvoidXmlAnnotation.Apply.apply(AnnotationInfo<Xml> ai, Context.Builder b)