Uses of Enum Class
org.apache.rat.report.xml.XmlElements.Elements
Packages that use XmlElements.Elements
Package
Description
Classes that write the XML output.
Classes to handle writing well-formed XML documents.
-
Uses of XmlElements.Elements in org.apache.rat.report.xml
Subclasses with type arguments of type XmlElements.Elements in org.apache.rat.report.xmlMethods in org.apache.rat.report.xml that return XmlElements.ElementsModifier and TypeMethodDescriptionstatic XmlElements.ElementsReturns the enum constant of this class with the specified name.static XmlElements.Elements[]XmlElements.Elements.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of XmlElements.Elements in org.apache.rat.report.xml.writer
Methods in org.apache.rat.report.xml.writer with parameters of type XmlElements.ElementsModifier and TypeMethodDescriptiondefault IXmlWriterIXmlWriter.openElement(XmlElements.Elements element) Writes the start of an element.