| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
static FormChoice |
FormChoice.Factory.newInstance() |
static FormChoice |
FormChoice.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.newValue(Object obj) |
static FormChoice |
FormChoice.Factory.parse(File file) |
static FormChoice |
FormChoice.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(InputStream is) |
static FormChoice |
FormChoice.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(Node node) |
static FormChoice |
FormChoice.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(Reader r) |
static FormChoice |
FormChoice.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(String xmlAsString) |
static FormChoice |
FormChoice.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(URL u) |
static FormChoice |
FormChoice.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static FormChoice |
FormChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static FormChoice |
FormChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static FormChoice |
FormChoice.Factory.parse(XMLStreamReader sr) |
static FormChoice |
FormChoice.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
FormChoice |
SchemaDocument.Schema.xgetAttributeFormDefault()
Gets (as xml) the "attributeFormDefault" attribute
|
FormChoice |
SchemaDocument.Schema.xgetElementFormDefault()
Gets (as xml) the "elementFormDefault" attribute
|
FormChoice |
Element.xgetForm()
Gets (as xml) the "form" attribute
|
FormChoice |
Attribute.xgetForm()
Gets (as xml) the "form" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDocument.Schema.xsetAttributeFormDefault(FormChoice attributeFormDefault)
Sets (as xml) the "attributeFormDefault" attribute
|
void |
SchemaDocument.Schema.xsetElementFormDefault(FormChoice elementFormDefault)
Sets (as xml) the "elementFormDefault" attribute
|
void |
Element.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute
|
void |
Attribute.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormChoiceImpl
An XML formChoice(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
SchemaDocumentImpl.SchemaImpl.xgetAttributeFormDefault()
Gets (as xml) the "attributeFormDefault" attribute
|
FormChoice |
SchemaDocumentImpl.SchemaImpl.xgetElementFormDefault()
Gets (as xml) the "elementFormDefault" attribute
|
FormChoice |
ElementImpl.xgetForm()
Gets (as xml) the "form" attribute
|
FormChoice |
AttributeImpl.xgetForm()
Gets (as xml) the "form" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDocumentImpl.SchemaImpl.xsetAttributeFormDefault(FormChoice attributeFormDefault)
Sets (as xml) the "attributeFormDefault" attribute
|
void |
SchemaDocumentImpl.SchemaImpl.xsetElementFormDefault(FormChoice elementFormDefault)
Sets (as xml) the "elementFormDefault" attribute
|
void |
ElementImpl.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute
|
void |
AttributeImpl.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.