Package system.windows.data
Class XmlDataProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.data.DataSourceProvider
-
- system.windows.data.XmlDataProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected,ISupportInitialize
public class XmlDataProvider extends DataSourceProvider
The base .NET class managing System.Windows.Data.XmlDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.XmlDataProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Data.XmlDataProviderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlDataProvider()XmlDataProvider(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlDataProvidercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlDataProvider, a cast assert is made to check if types are compatible.XmlDocumentgetDocument()booleangetIsAsynchronous()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeUrigetSource()XmlNamespaceManagergetXmlNamespaceManager()IXmlSerializablegetXmlSerializer()java.lang.StringgetXPath()voidsetDocument(XmlDocument Document)voidsetIsAsynchronous(boolean IsAsynchronous)voidsetJCOInstance(JCObject instance)voidsetSource(Uri Source)voidsetXmlNamespaceManager(XmlNamespaceManager XmlNamespaceManager)voidsetXPath(java.lang.String XPath)booleanShouldSerializeSource()booleanShouldSerializeXmlSerializer()booleanShouldSerializeXPath()-
Methods inherited from class system.windows.data.DataSourceProvider
addDataChanged, DeferRefresh, getData, getError, getIsInitialLoadEnabled, InitialLoad, Refresh, removeDataChanged, setIsInitialLoadEnabled
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.ISupportInitialize
BeginInit, EndInit
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Data.XmlDataProvider- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlDataProvider
public XmlDataProvider(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlDataProvider
public XmlDataProvider() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, IndexOutOfRangeException, OutOfMemoryException, OverflowException, TimeoutException, SecurityException, PlatformNotSupportedException, NotSupportedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISupportInitialize- Overrides:
getJCOAssemblyNamein classDataSourceProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISupportInitialize- Overrides:
getJCOClassNamein classDataSourceProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISupportInitialize- Overrides:
getJCOObjectNamein classDataSourceProvider- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISupportInitialize- Overrides:
getJCOInstancein classDataSourceProvider- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataSourceProvider
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISupportInitialize- Overrides:
getJCOTypein classDataSourceProvider- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlDataProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlDataProvider, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlDataProviderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ShouldSerializeSource
public boolean ShouldSerializeSource() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ShouldSerializeXmlSerializer
public boolean ShouldSerializeXmlSerializer() throws java.lang.Throwable, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexException
-
ShouldSerializeXPath
public boolean ShouldSerializeXPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsAsynchronous
public boolean getIsAsynchronous() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsAsynchronous
public void setIsAsynchronous(boolean IsAsynchronous) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXPath
public java.lang.String getXPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setXPath
public void setXPath(java.lang.String XPath) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSource
public Uri getSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSource
public void setSource(Uri Source) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlSerializer
public IXmlSerializable getXmlSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocument
public XmlDocument getDocument() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDocument
public void setDocument(XmlDocument Document) throws java.lang.Throwable, XPathException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, MulticastNotSupportedException, ArgumentException
- Throws:
java.lang.ThrowableXPathExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionArgumentException
-
getXmlNamespaceManager
public XmlNamespaceManager getXmlNamespaceManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlNamespaceManager
public void setXmlNamespaceManager(XmlNamespaceManager XmlNamespaceManager) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-