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