|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopLevelElement | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of TopLevelElement in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return TopLevelElement | |
---|---|
TopLevelElement |
ElementDocument.addNewElement()
Appends and returns a new empty "element" element |
TopLevelElement |
SchemaDocument.Schema.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element |
TopLevelElement |
ElementDocument.getElement()
Gets the "element" element |
TopLevelElement[] |
SchemaDocument.Schema.getElementArray()
Gets array of all "element" elements |
TopLevelElement |
SchemaDocument.Schema.getElementArray(int i)
Gets ith "element" element |
TopLevelElement |
SchemaDocument.Schema.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element |
static TopLevelElement |
TopLevelElement.Factory.newInstance()
|
static TopLevelElement |
TopLevelElement.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.File file)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.InputStream is)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(org.w3c.dom.Node node)
|
static TopLevelElement |
TopLevelElement.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.Reader r)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.lang.String xmlAsString)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.net.URL u)
|
static TopLevelElement |
TopLevelElement.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TopLevelElement |
TopLevelElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TopLevelElement |
TopLevelElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TopLevelElement |
TopLevelElement.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TopLevelElement |
TopLevelElement.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type TopLevelElement | |
---|---|
void |
ElementDocument.setElement(TopLevelElement element)
Sets the "element" element |
void |
SchemaDocument.Schema.setElementArray(int i,
TopLevelElement element)
Sets ith "element" element |
void |
SchemaDocument.Schema.setElementArray(TopLevelElement[] elementArray)
Sets array of all "element" element |
Uses of TopLevelElement in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement TopLevelElement | |
---|---|
class |
TopLevelElementImpl
An XML topLevelElement(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return TopLevelElement | |
---|---|
TopLevelElement |
ElementDocumentImpl.addNewElement()
Appends and returns a new empty "element" element |
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element |
TopLevelElement |
ElementDocumentImpl.getElement()
Gets the "element" element |
TopLevelElement[] |
SchemaDocumentImpl.SchemaImpl.getElementArray()
Gets array of all "element" elements |
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.getElementArray(int i)
Gets ith "element" element |
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type TopLevelElement | |
---|---|
void |
ElementDocumentImpl.setElement(TopLevelElement element)
Sets the "element" element |
void |
SchemaDocumentImpl.SchemaImpl.setElementArray(int i,
TopLevelElement element)
Sets ith "element" element |
void |
SchemaDocumentImpl.SchemaImpl.setElementArray(TopLevelElement[] elementArray)
Sets array of all "element" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |