ConnectionListType |
ConnectionListDocument.addNewConnectionList() |
Appends and returns a new empty "ConnectionList" element
|
ConnectionListType |
ConnectionListPropertyType.addNewConnectionList() |
Appends and returns a new empty "ConnectionList" element
|
ConnectionListType |
ConnectionListDocument.getConnectionList() |
Gets the "ConnectionList" element
|
ConnectionListType |
ConnectionListPropertyType.getConnectionList() |
Gets the "ConnectionList" element
|
static ConnectionListType |
ConnectionListType.Factory.newInstance() |
|
static ConnectionListType |
ConnectionListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(File file) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(InputStream is) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(Reader r) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(String xmlAsString) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(URL u) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(XMLStreamReader sr) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static ConnectionListType |
ConnectionListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static ConnectionListType |
ConnectionListType.Factory.parse(Node node) |
|
static ConnectionListType |
ConnectionListType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|