LinearCSPropertyType |
EngineeringCRSType.addNewLinearCS() |
Appends and returns a new empty "linearCS" element
|
LinearCSPropertyType |
LinearCSDocument.addNewLinearCS() |
Appends and returns a new empty "linearCS" element
|
LinearCSPropertyType |
LinearCSRefDocument.addNewLinearCSRef() |
Appends and returns a new empty "linearCSRef" element
|
LinearCSPropertyType |
EngineeringCRSType.getLinearCS() |
Gets the "linearCS" element
|
LinearCSPropertyType |
LinearCSDocument.getLinearCS() |
Gets the "linearCS" element
|
LinearCSPropertyType |
LinearCSRefDocument.getLinearCSRef() |
Gets the "linearCSRef" element
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.newInstance() |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(File file) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(InputStream is) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(Reader r) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(String xmlAsString) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(URL u) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(XMLStreamReader sr) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(Node node) |
|
static LinearCSPropertyType |
LinearCSPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|