|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Element in org.w3.x2001.xmlSchema |
---|
Subinterfaces of Element in org.w3.x2001.xmlSchema | |
---|---|
interface |
LocalElement
An XML localElement(@http://www.w3.org/2001/XMLSchema). |
interface |
NarrowMaxMin
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema). |
interface |
TopLevelElement
An XML topLevelElement(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return Element | |
---|---|
static Element |
Element.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static Element |
Element.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static Element |
Element.Factory.parse(java.io.File file)
|
static Element |
Element.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(java.io.InputStream is)
|
static Element |
Element.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(org.w3c.dom.Node node)
|
static Element |
Element.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(java.io.Reader r)
|
static Element |
Element.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(java.lang.String xmlAsString)
|
static Element |
Element.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(java.net.URL u)
|
static Element |
Element.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Element |
Element.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Element |
Element.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Element |
Element.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Element |
Element.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of Element in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement Element | |
---|---|
class |
ElementImpl
An XML element(@http://www.w3.org/2001/XMLSchema). |
class |
LocalElementImpl
An XML localElement(@http://www.w3.org/2001/XMLSchema). |
class |
NarrowMaxMinImpl
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema). |
class |
TopLevelElementImpl
An XML topLevelElement(@http://www.w3.org/2001/XMLSchema). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |