|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBXMLContour2DType | |
---|---|
de.unihalle.informatik.MiToBo_xml | |
de.unihalle.informatik.MiToBo_xml.impl |
Uses of MTBXMLContour2DType in de.unihalle.informatik.MiToBo_xml |
---|
Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLContour2DType | |
---|---|
MTBXMLContour2DType |
MTBXMLContour2DSetType.addNewContours()
Appends and returns a new empty value (as xml) as the last "contours" element |
MTBXMLContour2DType |
MTBXMLContour2DType.addNewInner()
Appends and returns a new empty value (as xml) as the last "inner" element |
MTBXMLContour2DType[] |
MTBXMLContour2DSetType.getContoursArray()
Gets array of all "contours" elements |
MTBXMLContour2DType |
MTBXMLContour2DSetType.getContoursArray(int i)
Gets ith "contours" element |
MTBXMLContour2DType[] |
MTBXMLContour2DType.getInnerArray()
Gets array of all "inner" elements |
MTBXMLContour2DType |
MTBXMLContour2DType.getInnerArray(int i)
Gets ith "inner" element |
MTBXMLContour2DType |
MTBXMLContour2DSetType.insertNewContours(int i)
Inserts and returns a new empty value (as xml) as the ith "contours" element |
MTBXMLContour2DType |
MTBXMLContour2DType.insertNewInner(int i)
Inserts and returns a new empty value (as xml) as the ith "inner" element |
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.newInstance()
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.File file)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.InputStream is)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(org.w3c.dom.Node node)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.Reader r)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.lang.String xmlAsString)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.net.URL u)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static MTBXMLContour2DType |
MTBXMLContour2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLContour2DType | |
---|---|
void |
MTBXMLContour2DSetType.setContoursArray(int i,
MTBXMLContour2DType contours)
Sets ith "contours" element |
void |
MTBXMLContour2DSetType.setContoursArray(MTBXMLContour2DType[] contoursArray)
Sets array of all "contours" element |
void |
MTBXMLContour2DType.setInnerArray(int i,
MTBXMLContour2DType inner)
Sets ith "inner" element |
void |
MTBXMLContour2DType.setInnerArray(MTBXMLContour2DType[] innerArray)
Sets array of all "inner" element |
Uses of MTBXMLContour2DType in de.unihalle.informatik.MiToBo_xml.impl |
---|
Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLContour2DType | |
---|---|
class |
MTBXMLContour2DTypeImpl
An XML MTBXMLContour2DType(@http://informatik.unihalle.de/MiToBo_xml). |
Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLContour2DType | |
---|---|
MTBXMLContour2DType |
MTBXMLContour2DSetTypeImpl.addNewContours()
Appends and returns a new empty value (as xml) as the last "contours" element |
MTBXMLContour2DType |
MTBXMLContour2DTypeImpl.addNewInner()
Appends and returns a new empty value (as xml) as the last "inner" element |
MTBXMLContour2DType[] |
MTBXMLContour2DSetTypeImpl.getContoursArray()
Gets array of all "contours" elements |
MTBXMLContour2DType |
MTBXMLContour2DSetTypeImpl.getContoursArray(int i)
Gets ith "contours" element |
MTBXMLContour2DType[] |
MTBXMLContour2DTypeImpl.getInnerArray()
Gets array of all "inner" elements |
MTBXMLContour2DType |
MTBXMLContour2DTypeImpl.getInnerArray(int i)
Gets ith "inner" element |
MTBXMLContour2DType |
MTBXMLContour2DSetTypeImpl.insertNewContours(int i)
Inserts and returns a new empty value (as xml) as the ith "contours" element |
MTBXMLContour2DType |
MTBXMLContour2DTypeImpl.insertNewInner(int i)
Inserts and returns a new empty value (as xml) as the ith "inner" element |
Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLContour2DType | |
---|---|
void |
MTBXMLContour2DSetTypeImpl.setContoursArray(int i,
MTBXMLContour2DType contours)
Sets ith "contours" element |
void |
MTBXMLContour2DSetTypeImpl.setContoursArray(MTBXMLContour2DType[] contoursArray)
Sets array of all "contours" element |
void |
MTBXMLContour2DTypeImpl.setInnerArray(int i,
MTBXMLContour2DType inner)
Sets ith "inner" element |
void |
MTBXMLContour2DTypeImpl.setInnerArray(MTBXMLContour2DType[] innerArray)
Sets array of all "inner" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |