Uses of Interface
com.yworks.xml.graphml.UserDataType
Packages that use UserDataType
-
Uses of UserDataType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return UserDataTypeModifier and TypeMethodDescriptionGenericNodeType.addNewUserData()Appends and returns a new empty "UserData" elementUserDataDocument.addNewUserData()Appends and returns a new empty "UserData" elementGenericNodeType.getUserData()Gets the "UserData" elementUserDataDocument.getUserData()Gets the "UserData" elementstatic UserDataTypeUserDataType.Factory.newInstance()static UserDataTypeUserDataType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static UserDataTypestatic UserDataTypestatic UserDataTypeUserDataType.Factory.parse(InputStream is) static UserDataTypeUserDataType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static UserDataTypestatic UserDataTypestatic UserDataTypestatic UserDataTypestatic UserDataTypestatic UserDataTypestatic UserDataTypeUserDataType.Factory.parse(XMLStreamReader sr) static UserDataTypeUserDataType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static UserDataTypeUserDataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static UserDataTypeUserDataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic UserDataTypestatic UserDataTypeMethods in com.yworks.xml.graphml with parameters of type UserDataTypeModifier and TypeMethodDescriptionvoidGenericNodeType.setUserData(UserDataType userData) Sets the "UserData" elementvoidUserDataDocument.setUserData(UserDataType userData) Sets the "UserData" element -
Uses of UserDataType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement UserDataTypeModifier and TypeClassDescriptionclassAn XML UserData.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return UserDataTypeModifier and TypeMethodDescriptionGenericNodeTypeImpl.addNewUserData()Appends and returns a new empty "UserData" elementUserDataDocumentImpl.addNewUserData()Appends and returns a new empty "UserData" elementGenericNodeTypeImpl.getUserData()Gets the "UserData" elementUserDataDocumentImpl.getUserData()Gets the "UserData" elementMethods in com.yworks.xml.graphml.impl with parameters of type UserDataTypeModifier and TypeMethodDescriptionvoidGenericNodeTypeImpl.setUserData(UserDataType userData) Sets the "UserData" elementvoidUserDataDocumentImpl.setUserData(UserDataType userData) Sets the "UserData" element
XMLInputStream