Module com.sun.tools.xjc
Interface XmlSchemaWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlSchemaWriterattributeFormDefault(XmlNsForm value)XmlSchemaWriterelementFormDefault(XmlNsForm value)XmlSchemaWriterlocation(String value)XmlSchemaWriternamespace(String value)XmlNsWriterxmlns()
-
-
-
Method Detail
-
location
XmlSchemaWriter location(String value)
-
namespace
XmlSchemaWriter namespace(String value)
-
xmlns
XmlNsWriter xmlns()
-
elementFormDefault
XmlSchemaWriter elementFormDefault(XmlNsForm value)
-
attributeFormDefault
XmlSchemaWriter attributeFormDefault(XmlNsForm value)
-
-