Uses of Interface
org.w3.x1999.xlink.ToAttribute
-
Packages that use ToAttribute Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ToAttribute in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ToAttribute Modifier and Type Method Description static ToAttributeToAttribute.Factory. newInstance()static ToAttributeToAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(File file)static ToAttributeToAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(InputStream is)static ToAttributeToAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(Reader r)static ToAttributeToAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(String xmlAsString)static ToAttributeToAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(URL u)static ToAttributeToAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(XMLStreamReader sr)static ToAttributeToAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ToAttributeToAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ToAttributeToAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ToAttributeToAttribute.Factory. parse(Node node)static ToAttributeToAttribute.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ToAttribute in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ToAttribute Modifier and Type Class Description classToAttributeImplA document containing one to(@http://www.w3.org/1999/xlink) attribute.
-