Package | Description |
---|---|
org.w3.x2004.x08.xop.include | |
org.w3.x2004.x08.xop.include.impl |
Modifier and Type | Method and Description |
---|---|
Include |
IncludeDocument.addNewInclude()
Appends and returns a new empty "Include" element
|
Include |
IncludeDocument.getInclude()
Gets the "Include" element
|
static Include |
Include.Factory.newInstance() |
static Include |
Include.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(File file) |
static Include |
Include.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(InputStream is) |
static Include |
Include.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(Node node) |
static Include |
Include.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(Reader r) |
static Include |
Include.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(String xmlAsString) |
static Include |
Include.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(URL u) |
static Include |
Include.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Include |
Include.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Include |
Include.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Include |
Include.Factory.parse(XMLStreamReader sr) |
static Include |
Include.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
IncludeDocument.setInclude(Include include)
Sets the "Include" element
|
Modifier and Type | Class and Description |
---|---|
class |
IncludeImpl
An XML Include(@http://www.w3.org/2004/08/xop/include).
|
Modifier and Type | Method and Description |
---|---|
Include |
IncludeDocumentImpl.addNewInclude()
Appends and returns a new empty "Include" element
|
Include |
IncludeDocumentImpl.getInclude()
Gets the "Include" element
|
Modifier and Type | Method and Description |
---|---|
void |
IncludeDocumentImpl.setInclude(Include include)
Sets the "Include" element
|
Copyright © 2019. All Rights Reserved.