|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopLevelComplexType | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of TopLevelComplexType in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return TopLevelComplexType | |
---|---|
TopLevelComplexType |
RedefineDocument.Redefine.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element |
TopLevelComplexType |
ComplexTypeDocument.addNewComplexType()
Appends and returns a new empty "complexType" element |
TopLevelComplexType |
SchemaDocument.Schema.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element |
TopLevelComplexType |
ComplexTypeDocument.getComplexType()
Gets the "complexType" element |
TopLevelComplexType[] |
RedefineDocument.Redefine.getComplexTypeArray()
Gets array of all "complexType" elements |
TopLevelComplexType[] |
SchemaDocument.Schema.getComplexTypeArray()
Gets array of all "complexType" elements |
TopLevelComplexType |
RedefineDocument.Redefine.getComplexTypeArray(int i)
Gets ith "complexType" element |
TopLevelComplexType |
SchemaDocument.Schema.getComplexTypeArray(int i)
Gets ith "complexType" element |
TopLevelComplexType |
RedefineDocument.Redefine.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element |
TopLevelComplexType |
SchemaDocument.Schema.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element |
static TopLevelComplexType |
TopLevelComplexType.Factory.newInstance()
|
static TopLevelComplexType |
TopLevelComplexType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.File file)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.InputStream is)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.w3c.dom.Node node)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.Reader r)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.lang.String xmlAsString)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.net.URL u)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type TopLevelComplexType | |
---|---|
void |
ComplexTypeDocument.setComplexType(TopLevelComplexType complexType)
Sets the "complexType" element |
void |
RedefineDocument.Redefine.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element |
void |
SchemaDocument.Schema.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element |
void |
RedefineDocument.Redefine.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element |
void |
SchemaDocument.Schema.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element |
Uses of TopLevelComplexType in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement TopLevelComplexType | |
---|---|
class |
TopLevelComplexTypeImpl
An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return TopLevelComplexType | |
---|---|
TopLevelComplexType |
ComplexTypeDocumentImpl.addNewComplexType()
Appends and returns a new empty "complexType" element |
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element |
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element |
TopLevelComplexType |
ComplexTypeDocumentImpl.getComplexType()
Gets the "complexType" element |
TopLevelComplexType[] |
RedefineDocumentImpl.RedefineImpl.getComplexTypeArray()
Gets array of all "complexType" elements |
TopLevelComplexType[] |
SchemaDocumentImpl.SchemaImpl.getComplexTypeArray()
Gets array of all "complexType" elements |
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.getComplexTypeArray(int i)
Gets ith "complexType" element |
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.getComplexTypeArray(int i)
Gets ith "complexType" element |
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element |
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type TopLevelComplexType | |
---|---|
void |
ComplexTypeDocumentImpl.setComplexType(TopLevelComplexType complexType)
Sets the "complexType" element |
void |
RedefineDocumentImpl.RedefineImpl.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element |
void |
SchemaDocumentImpl.SchemaImpl.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element |
void |
RedefineDocumentImpl.RedefineImpl.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element |
void |
SchemaDocumentImpl.SchemaImpl.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |