Uses of Interface
com.yworks.xml.graphml.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return ResourceTypeModifier and TypeMethodDescriptionResourceBlockType.addNewResource()Appends and returns a new empty value (as xml) as the last "Resource" elementResourceBlockType.getResourceArray()Gets array of all "Resource" elementsResourceBlockType.getResourceArray(int i) Gets ith "Resource" elementResourceBlockType.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 ResourceTypestatic ResourceTypestatic ResourceTypeResourceType.Factory.parse(InputStream is) static ResourceTypeResourceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ResourceTypestatic ResourceTypestatic ResourceTypestatic ResourceTypestatic ResourceTypestatic ResourceTypestatic 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.static ResourceTypeResourceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ResourceTypestatic ResourceTypeMethods in com.yworks.xml.graphml with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoidResourceBlockType.setResourceArray(int i, ResourceType resource) Sets ith "Resource" elementvoidResourceBlockType.setResourceArray(ResourceType[] resourceArray) Sets array of all "Resource" element -
Uses of ResourceType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement ResourceTypeModifier and TypeClassDescriptionclassAn XML Resource.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return ResourceTypeModifier and TypeMethodDescriptionResourceBlockTypeImpl.addNewResource()Appends and returns a new empty value (as xml) as the last "Resource" elementResourceBlockTypeImpl.getResourceArray()Gets array of all "Resource" elementsResourceBlockTypeImpl.getResourceArray(int i) Gets ith "Resource" elementResourceBlockTypeImpl.insertNewResource(int i) Inserts and returns a new empty value (as xml) as the ith "Resource" elementMethods in com.yworks.xml.graphml.impl with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoidResourceBlockTypeImpl.setResourceArray(int i, ResourceType resource) Sets ith "Resource" elementvoidResourceBlockTypeImpl.setResourceArray(ResourceType[] resourceArray) Sets array of all "Resource" element
XMLInputStream