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