Uses of Interface
org.w3.x1999.xlink.TypeType
-
Packages that use TypeType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of TypeType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return TypeType Modifier and Type Method Description static TypeTypeTypeType.Factory. newInstance()static TypeTypeTypeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. newValue(Object obj)static TypeTypeTypeType.Factory. parse(File file)static TypeTypeTypeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(InputStream is)static TypeTypeTypeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(Reader r)static TypeTypeTypeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(String xmlAsString)static TypeTypeTypeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(URL u)static TypeTypeTypeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(XMLStreamReader sr)static TypeTypeTypeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TypeTypeTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TypeTypeTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TypeTypeTypeType.Factory. parse(Node node)static TypeTypeTypeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TypeTypeArcType. xgetType()Gets (as xml) the "type" attributeTypeTypeExtended. xgetType()Gets (as xml) the "type" attributeTypeTypeLocatorType. xgetType()Gets (as xml) the "type" attributeTypeTypeResourceType. xgetType()Gets (as xml) the "type" attributeTypeTypeSimple. xgetType()Gets (as xml) the "type" attributeTypeTypeTitleEltType. xgetType()Gets (as xml) the "type" attributeTypeTypeTypeAttribute. xgetType()Gets (as xml) the "type" attributeMethods in org.w3.x1999.xlink with parameters of type TypeType Modifier and Type Method Description voidArcType. xsetType(TypeType type)Sets (as xml) the "type" attributevoidExtended. xsetType(TypeType type)Sets (as xml) the "type" attributevoidLocatorType. xsetType(TypeType type)Sets (as xml) the "type" attributevoidResourceType. xsetType(TypeType type)Sets (as xml) the "type" attributevoidSimple. xsetType(TypeType type)Sets (as xml) the "type" attributevoidTitleEltType. xsetType(TypeType type)Sets (as xml) the "type" attributevoidTypeAttribute. xsetType(TypeType type)Sets (as xml) the "type" attribute -
Uses of TypeType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement TypeType Modifier and Type Class Description classTypeTypeImplAn XML typeType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return TypeType Modifier and Type Method Description TypeTypeArcTypeImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeExtendedImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeLocatorTypeImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeResourceTypeImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeSimpleImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeTitleEltTypeImpl. xgetType()Gets (as xml) the "type" attributeTypeTypeTypeAttributeImpl. xgetType()Gets (as xml) the "type" attributeMethods in org.w3.x1999.xlink.impl with parameters of type TypeType Modifier and Type Method Description voidArcTypeImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidExtendedImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidLocatorTypeImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidResourceTypeImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidSimpleImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidTitleEltTypeImpl. xsetType(TypeType type)Sets (as xml) the "type" attributevoidTypeAttributeImpl. xsetType(TypeType type)Sets (as xml) the "type" attribute
-