Uses of Interface
org.w3.x1999.xlink.ArcroleType
-
Packages that use ArcroleType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ArcroleType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ArcroleType Modifier and Type Method Description static ArcroleTypeArcroleType.Factory. newInstance()static ArcroleTypeArcroleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. newValue(Object obj)static ArcroleTypeArcroleType.Factory. parse(File file)static ArcroleTypeArcroleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(InputStream is)static ArcroleTypeArcroleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(Reader r)static ArcroleTypeArcroleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(String xmlAsString)static ArcroleTypeArcroleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(URL u)static ArcroleTypeArcroleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(XMLStreamReader sr)static ArcroleTypeArcroleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcroleTypeArcroleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcroleTypeArcroleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcroleTypeArcroleType.Factory. parse(Node node)static ArcroleTypeArcroleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ArcroleTypeArcroleAttribute. xgetArcrole()Gets (as xml) the "arcrole" attributeArcroleTypeArcType. xgetArcrole()Gets (as xml) the "arcrole" attributeArcroleTypeSimple. xgetArcrole()Gets (as xml) the "arcrole" attributeMethods in org.w3.x1999.xlink with parameters of type ArcroleType Modifier and Type Method Description voidArcroleAttribute. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidArcType. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidSimple. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attribute -
Uses of ArcroleType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ArcroleType Modifier and Type Class Description classArcroleTypeImplAn XML arcroleType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ArcroleType Modifier and Type Method Description ArcroleTypeArcroleAttributeImpl. xgetArcrole()Gets (as xml) the "arcrole" attributeArcroleTypeArcTypeImpl. xgetArcrole()Gets (as xml) the "arcrole" attributeArcroleTypeSimpleImpl. xgetArcrole()Gets (as xml) the "arcrole" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ArcroleType Modifier and Type Method Description voidArcroleAttributeImpl. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidArcTypeImpl. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidSimpleImpl. xsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attribute
-