Uses of Interface
org.graphdrawing.graphml.xmlns.DefaultType
Packages that use DefaultType
-
Uses of DefaultType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return DefaultTypeModifier and TypeMethodDescriptionDefaultDocument.addNewDefault()Appends and returns a new empty "default" elementKeyType.addNewDefault()Appends and returns a new empty "default" elementDefaultDocument.getDefault()Gets the "default" elementKeyType.getDefault()Gets the "default" elementstatic DefaultTypeDefaultType.Factory.newInstance()static DefaultTypeDefaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static DefaultTypestatic DefaultTypestatic DefaultTypeDefaultType.Factory.parse(InputStream is) static DefaultTypeDefaultType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static DefaultTypestatic DefaultTypestatic DefaultTypestatic DefaultTypestatic DefaultTypestatic DefaultTypestatic DefaultTypeDefaultType.Factory.parse(XMLStreamReader sr) static DefaultTypeDefaultType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static DefaultTypeDefaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static DefaultTypeDefaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic DefaultTypestatic DefaultTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type DefaultTypeModifier and TypeMethodDescriptionvoidDefaultDocument.setDefault(DefaultType xdefault) Sets the "default" elementvoidKeyType.setDefault(DefaultType xdefault) Sets the "default" element -
Uses of DefaultType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement DefaultTypeModifier and TypeClassDescriptionclassAn XML default.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return DefaultTypeModifier and TypeMethodDescriptionDefaultDocumentImpl.addNewDefault()Appends and returns a new empty "default" elementKeyTypeImpl.addNewDefault()Appends and returns a new empty "default" elementDefaultDocumentImpl.getDefault()Gets the "default" elementKeyTypeImpl.getDefault()Gets the "default" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type DefaultTypeModifier and TypeMethodDescriptionvoidDefaultDocumentImpl.setDefault(DefaultType xdefault) Sets the "default" elementvoidKeyTypeImpl.setDefault(DefaultType xdefault) Sets the "default" element
XMLInputStream