Uses of Interface
org.w3.x1999.xlink.ResourceType
-
Packages that use ResourceType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ResourceType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ResourceType Modifier and Type Method Description ResourceTypeExtended. addNewResource()Appends and returns a new empty value (as xml) as the last "resource" elementResourceTypeResourceDocument. addNewResource()Appends and returns a new empty "resource" elementResourceTypeResourceDocument. getResource()Gets the "resource" elementResourceType[]Extended. getResourceArray()Gets array of all "resource" elementsResourceTypeExtended. getResourceArray(int i)Gets ith "resource" elementResourceTypeExtended. insertNewResource(int i)Inserts and returns a new empty value (as xml) as the ith "resource" elementstatic ResourceTypeResourceType.Factory. newInstance()static ResourceTypeResourceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(File file)static ResourceTypeResourceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(InputStream is)static ResourceTypeResourceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(Reader r)static ResourceTypeResourceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(String xmlAsString)static ResourceTypeResourceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(URL u)static ResourceTypeResourceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(XMLStreamReader sr)static ResourceTypeResourceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ResourceTypeResourceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ResourceTypeResourceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ResourceTypeResourceType.Factory. parse(Node node)static ResourceTypeResourceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x1999.xlink with parameters of type ResourceType Modifier and Type Method Description voidResourceDocument. setResource(ResourceType resource)Sets the "resource" elementvoidExtended. setResourceArray(int i, ResourceType resource)Sets ith "resource" elementvoidExtended. setResourceArray(ResourceType[] resourceArray)Sets array of all "resource" element -
Uses of ResourceType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ResourceType Modifier and Type Class Description classResourceTypeImplAn XML resourceType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ResourceType Modifier and Type Method Description ResourceTypeExtendedImpl. addNewResource()Appends and returns a new empty value (as xml) as the last "resource" elementResourceTypeResourceDocumentImpl. addNewResource()Appends and returns a new empty "resource" elementResourceTypeResourceDocumentImpl. getResource()Gets the "resource" elementResourceType[]ExtendedImpl. getResourceArray()Gets array of all "resource" elementsResourceTypeExtendedImpl. getResourceArray(int i)Gets ith "resource" elementResourceTypeExtendedImpl. insertNewResource(int i)Inserts and returns a new empty value (as xml) as the ith "resource" elementMethods in org.w3.x1999.xlink.impl with parameters of type ResourceType Modifier and Type Method Description voidResourceDocumentImpl. setResource(ResourceType resource)Sets the "resource" elementvoidExtendedImpl. setResourceArray(int i, ResourceType resource)Sets ith "resource" elementvoidExtendedImpl. setResourceArray(ResourceType[] resourceArray)Sets array of all "resource" element
-