Uses of Interface
org.w3.x1999.xlink.ToType
-
Packages that use ToType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ToType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ToType Modifier and Type Method Description static ToTypeToType.Factory. newInstance()static ToTypeToType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. newValue(Object obj)static ToTypeToType.Factory. parse(File file)static ToTypeToType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(InputStream is)static ToTypeToType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(Reader r)static ToTypeToType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(String xmlAsString)static ToTypeToType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(URL u)static ToTypeToType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(XMLStreamReader sr)static ToTypeToType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ToTypeToType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ToTypeToType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ToTypeToType.Factory. parse(Node node)static ToTypeToType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ToTypeArcType. xgetTo()Gets (as xml) the "to" attributeToTypeToAttribute. xgetTo()Gets (as xml) the "to" attributeMethods in org.w3.x1999.xlink with parameters of type ToType Modifier and Type Method Description voidArcType. xsetTo(ToType to)Sets (as xml) the "to" attributevoidToAttribute. xsetTo(ToType to)Sets (as xml) the "to" attribute -
Uses of ToType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ToType Modifier and Type Class Description classToTypeImplAn XML toType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ToType Modifier and Type Method Description ToTypeArcTypeImpl. xgetTo()Gets (as xml) the "to" attributeToTypeToAttributeImpl. xgetTo()Gets (as xml) the "to" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ToType Modifier and Type Method Description voidArcTypeImpl. xsetTo(ToType to)Sets (as xml) the "to" attributevoidToAttributeImpl. xsetTo(ToType to)Sets (as xml) the "to" attribute
-