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