Uses of Interface
com.yworks.xml.graphml.GenericNodeType
Packages that use GenericNodeType
-
Uses of GenericNodeType in com.yworks.xml.graphml
Subinterfaces of GenericNodeType in com.yworks.xml.graphmlModifier and TypeInterfaceDescriptioninterfaceAn XML GenericGroupNode.type(@http://www.yworks.com/xml/graphml).interfaceAn XML TableNode.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml that return GenericNodeTypeModifier and TypeMethodDescriptionGenericNodeDocument.addNewGenericNode()Appends and returns a new empty "GenericNode" elementGenericNodeDocument.getGenericNode()Gets the "GenericNode" elementstatic GenericNodeTypeGenericNodeType.Factory.newInstance()static GenericNodeTypeGenericNodeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypeGenericNodeType.Factory.parse(InputStream is) static GenericNodeTypeGenericNodeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypestatic GenericNodeTypeGenericNodeType.Factory.parse(XMLStreamReader sr) static GenericNodeTypeGenericNodeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static GenericNodeTypeGenericNodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static GenericNodeTypeGenericNodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic GenericNodeTypestatic GenericNodeTypeMethods in com.yworks.xml.graphml with parameters of type GenericNodeTypeModifier and TypeMethodDescriptionvoidGenericNodeDocument.setGenericNode(GenericNodeType genericNode) Sets the "GenericNode" element -
Uses of GenericNodeType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement GenericNodeTypeModifier and TypeClassDescriptionclassAn XML GenericGroupNode.type(@http://www.yworks.com/xml/graphml).classAn XML GenericNode.type(@http://www.yworks.com/xml/graphml).classAn XML TableNode.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return GenericNodeTypeModifier and TypeMethodDescriptionGenericNodeDocumentImpl.addNewGenericNode()Appends and returns a new empty "GenericNode" elementGenericNodeDocumentImpl.getGenericNode()Gets the "GenericNode" elementMethods in com.yworks.xml.graphml.impl with parameters of type GenericNodeTypeModifier and TypeMethodDescriptionvoidGenericNodeDocumentImpl.setGenericNode(GenericNodeType genericNode) Sets the "GenericNode" element
XMLInputStream