Package | Description |
---|---|
org.springframework.schema.beans | |
org.springframework.schema.beans.impl |
Modifier and Type | Interface and Description |
---|---|
static interface |
BeanDocument.Bean
An XML bean(@http://www.springframework.org/schema/beans).
|
Modifier and Type | Method and Description |
---|---|
static IdentifiedType |
IdentifiedType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static IdentifiedType |
IdentifiedType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static IdentifiedType |
IdentifiedType.Factory.parse(File file) |
static IdentifiedType |
IdentifiedType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(InputStream is) |
static IdentifiedType |
IdentifiedType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(Node node) |
static IdentifiedType |
IdentifiedType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(Reader r) |
static IdentifiedType |
IdentifiedType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(String xmlAsString) |
static IdentifiedType |
IdentifiedType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(URL u) |
static IdentifiedType |
IdentifiedType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IdentifiedType |
IdentifiedType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IdentifiedType |
IdentifiedType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IdentifiedType |
IdentifiedType.Factory.parse(XMLStreamReader sr) |
static IdentifiedType |
IdentifiedType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
static class |
BeanDocumentImpl.BeanImpl
An XML bean(@http://www.springframework.org/schema/beans).
|
class |
IdentifiedTypeImpl
An XML identifiedType(@http://www.springframework.org/schema/beans).
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann