Uses of Interface
com.yworks.xml.graphml.NodePortsType
Packages that use NodePortsType
-
Uses of NodePortsType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return NodePortsTypeModifier and TypeMethodDescriptionNodeType.addNewNodePorts()Appends and returns a new empty "NodePorts" elementNodeType.getNodePorts()Gets the "NodePorts" elementstatic NodePortsTypeNodePortsType.Factory.newInstance()static NodePortsTypeNodePortsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static NodePortsTypestatic NodePortsTypestatic NodePortsTypeNodePortsType.Factory.parse(InputStream is) static NodePortsTypeNodePortsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static NodePortsTypestatic NodePortsTypestatic NodePortsTypestatic NodePortsTypestatic NodePortsTypestatic NodePortsTypestatic NodePortsTypeNodePortsType.Factory.parse(XMLStreamReader sr) static NodePortsTypeNodePortsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static NodePortsTypeNodePortsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static NodePortsTypeNodePortsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic NodePortsTypestatic NodePortsTypeMethods in com.yworks.xml.graphml with parameters of type NodePortsTypeModifier and TypeMethodDescriptionvoidNodeType.setNodePorts(NodePortsType nodePorts) Sets the "NodePorts" element -
Uses of NodePortsType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement NodePortsTypeModifier and TypeClassDescriptionclassAn XML NodePorts.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return NodePortsTypeModifier and TypeMethodDescriptionNodeTypeImpl.addNewNodePorts()Appends and returns a new empty "NodePorts" elementNodeTypeImpl.getNodePorts()Gets the "NodePorts" elementMethods in com.yworks.xml.graphml.impl with parameters of type NodePortsTypeModifier and TypeMethodDescriptionvoidNodeTypeImpl.setNodePorts(NodePortsType nodePorts) Sets the "NodePorts" element
XMLInputStream