|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Documentation | |
---|---|
org.oasisOpen.docs.wsn.t1 | |
org.oasisOpen.docs.wsn.t1.impl |
Uses of Documentation in org.oasisOpen.docs.wsn.t1 |
---|
Methods in org.oasisOpen.docs.wsn.t1 that return Documentation | |
---|---|
Documentation |
ExtensibleDocumented.addNewDocumentation()
Appends and returns a new empty "documentation" element |
Documentation |
ExtensibleDocumented.getDocumentation()
Gets the "documentation" element |
static Documentation |
Documentation.Factory.newInstance()
|
static Documentation |
Documentation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(File file)
|
static Documentation |
Documentation.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(InputStream is)
|
static Documentation |
Documentation.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(Node node)
|
static Documentation |
Documentation.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(Reader r)
|
static Documentation |
Documentation.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(String xmlAsString)
|
static Documentation |
Documentation.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(URL u)
|
static Documentation |
Documentation.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Documentation |
Documentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Documentation |
Documentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Documentation |
Documentation.Factory.parse(XMLStreamReader sr)
|
static Documentation |
Documentation.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.oasisOpen.docs.wsn.t1 with parameters of type Documentation | |
---|---|
void |
ExtensibleDocumented.setDocumentation(Documentation documentation)
Sets the "documentation" element |
Uses of Documentation in org.oasisOpen.docs.wsn.t1.impl |
---|
Classes in org.oasisOpen.docs.wsn.t1.impl that implement Documentation | |
---|---|
class |
DocumentationImpl
An XML Documentation(@http://docs.oasis-open.org/wsn/t-1). |
Methods in org.oasisOpen.docs.wsn.t1.impl that return Documentation | |
---|---|
Documentation |
ExtensibleDocumentedImpl.addNewDocumentation()
Appends and returns a new empty "documentation" element |
Documentation |
ExtensibleDocumentedImpl.getDocumentation()
Gets the "documentation" element |
Methods in org.oasisOpen.docs.wsn.t1.impl with parameters of type Documentation | |
---|---|
void |
ExtensibleDocumentedImpl.setDocumentation(Documentation documentation)
Sets the "documentation" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |