Uses of Interface
org.graphdrawing.graphml.xmlns.GraphmlType
Packages that use GraphmlType
-
Uses of GraphmlType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return GraphmlTypeModifier and TypeMethodDescriptionGraphmlDocument.addNewGraphml()Appends and returns a new empty "graphml" elementGraphmlDocument.getGraphml()Gets the "graphml" elementstatic GraphmlTypeGraphmlType.Factory.newInstance()static GraphmlTypeGraphmlType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static GraphmlTypestatic GraphmlTypestatic GraphmlTypeGraphmlType.Factory.parse(InputStream is) static GraphmlTypeGraphmlType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static GraphmlTypestatic GraphmlTypestatic GraphmlTypestatic GraphmlTypestatic GraphmlTypestatic GraphmlTypestatic GraphmlTypeGraphmlType.Factory.parse(XMLStreamReader sr) static GraphmlTypeGraphmlType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static GraphmlTypeGraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static GraphmlTypeGraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic GraphmlTypestatic GraphmlTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type GraphmlTypeModifier and TypeMethodDescriptionvoidGraphmlDocument.setGraphml(GraphmlType graphml) Sets the "graphml" element -
Uses of GraphmlType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphmlTypeModifier and TypeClassDescriptionclassAn XML graphml.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return GraphmlTypeModifier and TypeMethodDescriptionGraphmlDocumentImpl.addNewGraphml()Appends and returns a new empty "graphml" elementGraphmlDocumentImpl.getGraphml()Gets the "graphml" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphmlTypeModifier and TypeMethodDescriptionvoidGraphmlDocumentImpl.setGraphml(GraphmlType graphml) Sets the "graphml" element
XMLInputStream