Uses of Interface
org.w3.x1999.xlink.RoleType
-
Packages that use RoleType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of RoleType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return RoleType Modifier and Type Method Description static RoleTypeRoleType.Factory. newInstance()static RoleTypeRoleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. newValue(Object obj)static RoleTypeRoleType.Factory. parse(File file)static RoleTypeRoleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(InputStream is)static RoleTypeRoleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(Reader r)static RoleTypeRoleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(String xmlAsString)static RoleTypeRoleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(URL u)static RoleTypeRoleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(XMLStreamReader sr)static RoleTypeRoleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RoleTypeRoleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RoleTypeRoleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RoleTypeRoleType.Factory. parse(Node node)static RoleTypeRoleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)RoleTypeExtended. xgetRole()Gets (as xml) the "role" attributeRoleTypeLocatorType. xgetRole()Gets (as xml) the "role" attributeRoleTypeResourceType. xgetRole()Gets (as xml) the "role" attributeRoleTypeRoleAttribute. xgetRole()Gets (as xml) the "role" attributeRoleTypeSimple. xgetRole()Gets (as xml) the "role" attributeMethods in org.w3.x1999.xlink with parameters of type RoleType Modifier and Type Method Description voidExtended. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidLocatorType. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidResourceType. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidRoleAttribute. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidSimple. xsetRole(RoleType role)Sets (as xml) the "role" attribute -
Uses of RoleType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement RoleType Modifier and Type Class Description classRoleTypeImplAn XML roleType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return RoleType Modifier and Type Method Description RoleTypeExtendedImpl. xgetRole()Gets (as xml) the "role" attributeRoleTypeLocatorTypeImpl. xgetRole()Gets (as xml) the "role" attributeRoleTypeResourceTypeImpl. xgetRole()Gets (as xml) the "role" attributeRoleTypeRoleAttributeImpl. xgetRole()Gets (as xml) the "role" attributeRoleTypeSimpleImpl. xgetRole()Gets (as xml) the "role" attributeMethods in org.w3.x1999.xlink.impl with parameters of type RoleType Modifier and Type Method Description voidExtendedImpl. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidLocatorTypeImpl. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidResourceTypeImpl. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidRoleAttributeImpl. xsetRole(RoleType role)Sets (as xml) the "role" attributevoidSimpleImpl. xsetRole(RoleType role)Sets (as xml) the "role" attribute
-