Uses of Interface
de.interactiveInstruments.shapeChange.appInfo.CodeDocument
-
Packages that use CodeDocument Package Description de.interactiveInstruments.shapeChange.appInfo de.interactiveInstruments.shapeChange.appInfo.impl -
-
Uses of CodeDocument in de.interactiveInstruments.shapeChange.appInfo
Methods in de.interactiveInstruments.shapeChange.appInfo that return CodeDocument Modifier and Type Method Description static CodeDocumentCodeDocument.Factory. newInstance()static CodeDocumentCodeDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(File file)static CodeDocumentCodeDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(InputStream is)static CodeDocumentCodeDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(Reader r)static CodeDocumentCodeDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(String xmlAsString)static CodeDocumentCodeDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(URL u)static CodeDocumentCodeDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(XMLStreamReader sr)static CodeDocumentCodeDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CodeDocumentCodeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CodeDocumentCodeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CodeDocumentCodeDocument.Factory. parse(Node node)static CodeDocumentCodeDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CodeDocument in de.interactiveInstruments.shapeChange.appInfo.impl
Classes in de.interactiveInstruments.shapeChange.appInfo.impl that implement CodeDocument Modifier and Type Class Description classCodeDocumentImplA document containing one code(@http://www.interactive-instruments.de/ShapeChange/AppInfo) element.
-