Uses of Interface
org.oasisOpen.docs.wsn.t1.Documentation
-
Packages that use Documentation Package Description 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 Modifier and Type Method Description DocumentationExtensibleDocumented. addNewDocumentation()Appends and returns a new empty "documentation" elementDocumentationExtensibleDocumented. getDocumentation()Gets the "documentation" elementstatic DocumentationDocumentation.Factory. newInstance()static DocumentationDocumentation.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(File file)static DocumentationDocumentation.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(InputStream is)static DocumentationDocumentation.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(Reader r)static DocumentationDocumentation.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(String xmlAsString)static DocumentationDocumentation.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(URL u)static DocumentationDocumentation.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(XMLStreamReader sr)static DocumentationDocumentation.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DocumentationDocumentation.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DocumentationDocumentation.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DocumentationDocumentation.Factory. parse(Node node)static DocumentationDocumentation.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsn.t1 with parameters of type Documentation Modifier and Type Method Description voidExtensibleDocumented. 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 Modifier and Type Class Description classDocumentationImplAn XML Documentation(@http://docs.oasis-open.org/wsn/t-1).Methods in org.oasisOpen.docs.wsn.t1.impl that return Documentation Modifier and Type Method Description DocumentationExtensibleDocumentedImpl. addNewDocumentation()Appends and returns a new empty "documentation" elementDocumentationExtensibleDocumentedImpl. getDocumentation()Gets the "documentation" elementMethods in org.oasisOpen.docs.wsn.t1.impl with parameters of type Documentation Modifier and Type Method Description voidExtensibleDocumentedImpl. setDocumentation(Documentation documentation)Sets the "documentation" element
-