Uses of Interface
org.graphdrawing.graphml.xmlns.NodeType
Packages that use NodeType
-
Uses of NodeType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return NodeTypeModifier and TypeMethodDescriptionGraphType.addNewNode()Appends and returns a new empty value (as xml) as the last "node" elementNodeDocument.addNewNode()Appends and returns a new empty "node" elementNodeDocument.getNode()Gets the "node" elementNodeType[]GraphType.getNodeArray()Gets array of all "node" elementsGraphType.getNodeArray(int i) Gets ith "node" elementGraphType.insertNewNode(int i) Inserts and returns a new empty value (as xml) as the ith "node" elementstatic NodeTypeNodeType.Factory.newInstance()static NodeTypeNodeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static NodeTypestatic NodeTypestatic NodeTypeNodeType.Factory.parse(InputStream is) static NodeTypeNodeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static NodeTypestatic NodeTypestatic NodeTypestatic NodeTypestatic NodeTypestatic NodeTypestatic NodeTypeNodeType.Factory.parse(XMLStreamReader sr) static NodeTypeNodeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static NodeTypeNodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static NodeTypeNodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic NodeTypestatic NodeTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type NodeTypeModifier and TypeMethodDescriptionvoidSets the "node" elementvoidGraphType.setNodeArray(int i, NodeType node) Sets ith "node" elementvoidGraphType.setNodeArray(NodeType[] nodeArray) Sets array of all "node" element -
Uses of NodeType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement NodeTypeModifier and TypeClassDescriptionclassAn XML node.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return NodeTypeModifier and TypeMethodDescriptionGraphTypeImpl.addNewNode()Appends and returns a new empty value (as xml) as the last "node" elementNodeDocumentImpl.addNewNode()Appends and returns a new empty "node" elementNodeDocumentImpl.getNode()Gets the "node" elementNodeType[]GraphTypeImpl.getNodeArray()Gets array of all "node" elementsGraphTypeImpl.getNodeArray(int i) Gets ith "node" elementGraphTypeImpl.insertNewNode(int i) Inserts and returns a new empty value (as xml) as the ith "node" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type NodeTypeModifier and TypeMethodDescriptionvoidSets the "node" elementvoidGraphTypeImpl.setNodeArray(int i, NodeType node) Sets ith "node" elementvoidGraphTypeImpl.setNodeArray(NodeType[] nodeArray) Sets array of all "node" element
XMLInputStream