Uses of Interface
org.w3.x1999.xlink.ShowType
-
Packages that use ShowType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ShowType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ShowType Modifier and Type Method Description static ShowTypeShowType.Factory. newInstance()static ShowTypeShowType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. newValue(Object obj)static ShowTypeShowType.Factory. parse(File file)static ShowTypeShowType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(InputStream is)static ShowTypeShowType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(Reader r)static ShowTypeShowType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(String xmlAsString)static ShowTypeShowType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(URL u)static ShowTypeShowType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(XMLStreamReader sr)static ShowTypeShowType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ShowTypeShowType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ShowTypeShowType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ShowTypeShowType.Factory. parse(Node node)static ShowTypeShowType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ShowTypeArcType. xgetShow()Gets (as xml) the "show" attributeShowTypeShowAttribute. xgetShow()Gets (as xml) the "show" attributeShowTypeSimple. xgetShow()Gets (as xml) the "show" attributeMethods in org.w3.x1999.xlink with parameters of type ShowType Modifier and Type Method Description voidArcType. xsetShow(ShowType show)Sets (as xml) the "show" attributevoidShowAttribute. xsetShow(ShowType show)Sets (as xml) the "show" attributevoidSimple. xsetShow(ShowType show)Sets (as xml) the "show" attribute -
Uses of ShowType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ShowType Modifier and Type Class Description classShowTypeImplAn XML showType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ShowType Modifier and Type Method Description ShowTypeArcTypeImpl. xgetShow()Gets (as xml) the "show" attributeShowTypeShowAttributeImpl. xgetShow()Gets (as xml) the "show" attributeShowTypeSimpleImpl. xgetShow()Gets (as xml) the "show" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ShowType Modifier and Type Method Description voidArcTypeImpl. xsetShow(ShowType show)Sets (as xml) the "show" attributevoidShowAttributeImpl. xsetShow(ShowType show)Sets (as xml) the "show" attributevoidSimpleImpl. xsetShow(ShowType show)Sets (as xml) the "show" attribute
-