Uses of Interface
org.w3.x1999.xlink.TypeAttribute
-
Packages that use TypeAttribute Package Description 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 Modifier and Type Method Description static TypeAttributeTypeAttribute.Factory. newInstance()static TypeAttributeTypeAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(File file)static TypeAttributeTypeAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(InputStream is)static TypeAttributeTypeAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(Reader r)static TypeAttributeTypeAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(String xmlAsString)static TypeAttributeTypeAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(URL u)static TypeAttributeTypeAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(XMLStreamReader sr)static TypeAttributeTypeAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TypeAttributeTypeAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TypeAttributeTypeAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TypeAttributeTypeAttribute.Factory. parse(Node node)static TypeAttributeTypeAttribute.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TypeAttribute in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement TypeAttribute Modifier and Type Class Description classTypeAttributeImplA document containing one type(@http://www.w3.org/1999/xlink) attribute.
-