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