|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QName | |
---|---|
org.xmlsoap.schemas.soap.encoding | |
org.xmlsoap.schemas.soap.encoding.impl |
Uses of QName in org.xmlsoap.schemas.soap.encoding |
---|
Methods in org.xmlsoap.schemas.soap.encoding that return QName | |
---|---|
QName |
QNameDocument.addNewQName()
Appends and returns a new empty "QName" element |
QName |
QNameDocument.getQName()
Gets the "QName" element |
static QName |
QName.Factory.newInstance()
|
static QName |
QName.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(java.io.File file)
|
static QName |
QName.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(java.io.InputStream is)
|
static QName |
QName.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(org.w3c.dom.Node node)
|
static QName |
QName.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(java.io.Reader r)
|
static QName |
QName.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(java.lang.String xmlAsString)
|
static QName |
QName.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(java.net.URL u)
|
static QName |
QName.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static QName |
QName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static QName |
QName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static QName |
QName.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static QName |
QName.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.encoding with parameters of type QName | |
---|---|
void |
QNameDocument.setQName(QName qName)
Sets the "QName" element |
Uses of QName in org.xmlsoap.schemas.soap.encoding.impl |
---|
Classes in org.xmlsoap.schemas.soap.encoding.impl that implement QName | |
---|---|
class |
QNameImpl
An XML QName(@http://schemas.xmlsoap.org/soap/encoding/). |
Methods in org.xmlsoap.schemas.soap.encoding.impl that return QName | |
---|---|
QName |
QNameDocumentImpl.addNewQName()
Appends and returns a new empty "QName" element |
QName |
QNameDocumentImpl.getQName()
Gets the "QName" element |
Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type QName | |
---|---|
void |
QNameDocumentImpl.setQName(QName qName)
Sets the "QName" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |