Uses of Interface
com.yworks.xml.graphml.TableRowType
Packages that use TableRowType
-
Uses of TableRowType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return TableRowTypeModifier and TypeMethodDescriptionTableType.Rows.addNewRow()Appends and returns a new empty value (as xml) as the last "Row" elementTableType.Rows.getRowArray()Gets array of all "Row" elementsTableType.Rows.getRowArray(int i) Gets ith "Row" elementTableType.Rows.insertNewRow(int i) Inserts and returns a new empty value (as xml) as the ith "Row" elementstatic TableRowTypeTableRowType.Factory.newInstance()static TableRowTypeTableRowType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static TableRowTypestatic TableRowTypestatic TableRowTypeTableRowType.Factory.parse(InputStream is) static TableRowTypeTableRowType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static TableRowTypestatic TableRowTypestatic TableRowTypestatic TableRowTypestatic TableRowTypestatic TableRowTypestatic TableRowTypeTableRowType.Factory.parse(XMLStreamReader sr) static TableRowTypeTableRowType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static TableRowTypeTableRowType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static TableRowTypeTableRowType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic TableRowTypestatic TableRowTypeMethods in com.yworks.xml.graphml with parameters of type TableRowTypeModifier and TypeMethodDescriptionvoidTableType.Rows.setRowArray(int i, TableRowType row) Sets ith "Row" elementvoidTableType.Rows.setRowArray(TableRowType[] rowArray) Sets array of all "Row" element -
Uses of TableRowType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement TableRowTypeModifier and TypeClassDescriptionclassAn XML TableRow.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return TableRowTypeModifier and TypeMethodDescriptionTableTypeImpl.RowsImpl.addNewRow()Appends and returns a new empty value (as xml) as the last "Row" elementTableTypeImpl.RowsImpl.getRowArray()Gets array of all "Row" elementsTableTypeImpl.RowsImpl.getRowArray(int i) Gets ith "Row" elementTableTypeImpl.RowsImpl.insertNewRow(int i) Inserts and returns a new empty value (as xml) as the ith "Row" elementMethods in com.yworks.xml.graphml.impl with parameters of type TableRowTypeModifier and TypeMethodDescriptionvoidTableTypeImpl.RowsImpl.setRowArray(int i, TableRowType row) Sets ith "Row" elementvoidTableTypeImpl.RowsImpl.setRowArray(TableRowType[] rowArray) Sets array of all "Row" element
XMLInputStream