StatementAbstractType |
AssertionType.addNewStatement() |
Appends and returns a new empty value (as xml) as the last "Statement" element
|
StatementAbstractType |
StatementDocument.addNewStatement() |
Appends and returns a new empty "Statement" element
|
StatementAbstractType |
StatementDocument.getStatement() |
Gets the "Statement" element
|
StatementAbstractType[] |
AssertionType.getStatementArray() |
Gets array of all "Statement" elements
|
StatementAbstractType |
AssertionType.getStatementArray(int i) |
Gets ith "Statement" element
|
StatementAbstractType |
AssertionType.insertNewStatement(int i) |
Inserts and returns a new empty value (as xml) as the ith "Statement" element
|
static StatementAbstractType |
StatementAbstractType.Factory.newInstance() |
Deprecated.
|
static StatementAbstractType |
StatementAbstractType.Factory.newInstance(XmlOptions options) |
Deprecated.
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(File file) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(File file,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(InputStream is) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(InputStream is,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(Reader r) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(Reader r,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(String xmlAsString) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(URL u) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(URL u,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(XMLStreamReader sr) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(Node node) |
|
static StatementAbstractType |
StatementAbstractType.Factory.parse(Node node,
XmlOptions options) |
|