|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormChoice | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of FormChoice in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return FormChoice | |
---|---|
static FormChoice |
FormChoice.Factory.newInstance()
|
static FormChoice |
FormChoice.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.newValue(java.lang.Object obj)
|
static FormChoice |
FormChoice.Factory.parse(java.io.File file)
|
static FormChoice |
FormChoice.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.parse(java.io.InputStream is)
|
static FormChoice |
FormChoice.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.parse(org.w3c.dom.Node node)
|
static FormChoice |
FormChoice.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.parse(java.io.Reader r)
|
static FormChoice |
FormChoice.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.parse(java.lang.String xmlAsString)
|
static FormChoice |
FormChoice.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FormChoice |
FormChoice.Factory.parse(java.net.URL u)
|
static FormChoice |
FormChoice.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static FormChoice |
FormChoice.Factory.parse(javax.xml.stream.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 |
Methods in org.w3.x2001.xmlSchema with parameters of type FormChoice | |
---|---|
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 |
Uses of FormChoice in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement FormChoice | |
---|---|
class |
FormChoiceImpl
An XML formChoice(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return FormChoice | |
---|---|
FormChoice |
SchemaDocumentImpl.SchemaImpl.xgetAttributeFormDefault()
Gets (as xml) the "attributeFormDefault" attribute |
FormChoice |
SchemaDocumentImpl.SchemaImpl.xgetElementFormDefault()
Gets (as xml) the "elementFormDefault" attribute |
FormChoice |
AttributeImpl.xgetForm()
Gets (as xml) the "form" attribute |
FormChoice |
ElementImpl.xgetForm()
Gets (as xml) the "form" attribute |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type FormChoice | |
---|---|
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 |
AttributeImpl.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute |
void |
ElementImpl.xsetForm(FormChoice form)
Sets (as xml) the "form" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |