PolyhedralSurfaceType |
PolyhedralSurfaceDocument.addNewPolyhedralSurface() |
Appends and returns a new empty "PolyhedralSurface" element
|
PolyhedralSurfaceType |
PolyhedralSurfaceDocument.getPolyhedralSurface() |
Gets the "PolyhedralSurface" element
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.newInstance() |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(File file) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(InputStream is) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(Reader r) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(String xmlAsString) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(URL u) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(XMLStreamReader sr) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(Node node) |
|
static PolyhedralSurfaceType |
PolyhedralSurfaceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|