Uses of Enum
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
Methods in org.apache.rat.report.xml that return XmlElements.ElementsModifier and TypeMethodDescriptionstatic XmlElements.Elements
Returns the enum constant of this type with the specified name.static XmlElements.Elements[]
XmlElements.Elements.values()
Returns an array containing the constants of this enum type, 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 IXmlWriter
IXmlWriter.openElement
(XmlElements.Elements element) Writes the start of an element.