Uses of Class
org.apache.rat.tools.xsd.XsdWriter
Packages that use XsdWriter
-
Uses of XsdWriter in org.apache.rat.tools.xsd
Methods in org.apache.rat.tools.xsd that return XsdWriterModifier and TypeMethodDescriptionWrites the attributesXsdWriter.close
(XsdWriter.Type type) Closes (Ends) the element for the type.XsdWriter.init()
Initializes the writer.XsdWriter.open
(XsdWriter.Type type, String... attributeMap) Opens (Starts) an element of the specified type along with its attributes.