|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeAttribute | |
---|---|
org.w3.x1999.xlink | |
org.w3.x1999.xlink.impl |
Uses of TypeAttribute in org.w3.x1999.xlink |
---|
Methods in org.w3.x1999.xlink that return TypeAttribute | |
---|---|
static TypeAttribute |
TypeAttribute.Factory.newInstance()
|
static TypeAttribute |
TypeAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.File file)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.InputStream is)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(org.w3c.dom.Node node)
|
static TypeAttribute |
TypeAttribute.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.Reader r)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.lang.String xmlAsString)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.net.URL u)
|
static TypeAttribute |
TypeAttribute.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TypeAttribute |
TypeAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TypeAttribute |
TypeAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TypeAttribute |
TypeAttribute.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TypeAttribute |
TypeAttribute.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of TypeAttribute in org.w3.x1999.xlink.impl |
---|
Classes in org.w3.x1999.xlink.impl that implement TypeAttribute | |
---|---|
class |
TypeAttributeImpl
A document containing one type(@http://www.w3.org/1999/xlink) attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |