Uses of Interface
org.w3.x1999.xlink.TitleAttribute

Packages that use TitleAttribute
org.w3.x1999.xlink   
org.w3.x1999.xlink.impl   
 

Uses of TitleAttribute in org.w3.x1999.xlink
 

Methods in org.w3.x1999.xlink that return TitleAttribute
static TitleAttribute TitleAttribute.Factory.newInstance()
           
static TitleAttribute TitleAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.File file)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.InputStream is)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(org.w3c.dom.Node node)
           
static TitleAttribute TitleAttribute.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.Reader r)
           
static TitleAttribute TitleAttribute.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(java.lang.String xmlAsString)
           
static TitleAttribute TitleAttribute.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(java.net.URL u)
           
static TitleAttribute TitleAttribute.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static TitleAttribute TitleAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TitleAttribute TitleAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TitleAttribute TitleAttribute.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TitleAttribute TitleAttribute.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TitleAttribute in org.w3.x1999.xlink.impl
 

Classes in org.w3.x1999.xlink.impl that implement TitleAttribute
 class TitleAttributeImpl
          A document containing one title(@http://www.w3.org/1999/xlink) attribute.
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.