Package system.web.ui.webcontrols
Class XmlDataSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.HierarchicalDataSourceControl
-
- system.web.ui.webcontrols.XmlDataSource
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IParserAccessor
public class XmlDataSource extends HierarchicalDataSourceControl
The base .NET class managing System.Web.UI.WebControls.XmlDataSource, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.XmlDataSource
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: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.XmlDataSourcestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlDataSource()XmlDataSource(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTransforming(EventHandler handler)static XmlDataSourcecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlDataSource, a cast assert is made to check if types are compatible.intgetCacheDuration()DataSourceCacheExpirygetCacheExpirationPolicy()java.lang.StringgetCacheKeyContext()java.lang.StringgetCacheKeyDependency()java.lang.StringgetData()java.lang.StringgetDataFile()booleangetEnableCaching()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 Typejava.lang.StringgetTransform()XsltArgumentListgetTransformArgumentList()java.lang.StringgetTransformFile()XmlDocumentGetXmlDocument()java.lang.StringgetXPath()voidremoveTransforming(EventHandler handler)voidSave()voidsetCacheDuration(int CacheDuration)voidsetCacheExpirationPolicy(DataSourceCacheExpiry CacheExpirationPolicy)voidsetCacheKeyContext(java.lang.String CacheKeyContext)voidsetCacheKeyDependency(java.lang.String CacheKeyDependency)voidsetData(java.lang.String Data)voidsetDataFile(java.lang.String DataFile)voidsetEnableCaching(boolean EnableCaching)voidsetJCOInstance(JCObject instance)voidsetTransform(java.lang.String Transform)voidsetTransformArgumentList(XsltArgumentList TransformArgumentList)voidsetTransformFile(java.lang.String TransformFile)voidsetXPath(java.lang.String XPath)-
Methods inherited from class system.web.ui.HierarchicalDataSourceControl
ApplyStyleSheetSkin, FindControl, Focus, HasControls, RenderControl
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, close, DataBind, Dispose, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.XmlDataSource- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classHierarchicalDataSourceControl- 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 interfaceIParserAccessor- Overrides:
getJCOClassNamein classHierarchicalDataSourceControl- 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 interfaceIParserAccessor- Overrides:
getJCOObjectNamein classHierarchicalDataSourceControl- 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 interfaceIParserAccessor- Overrides:
getJCOInstancein classHierarchicalDataSourceControl- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHierarchicalDataSourceControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classHierarchicalDataSourceControl- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlDataSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlDataSource, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlDataSourceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetXmlDocument
public XmlDocument GetXmlDocument() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, HttpException, NotImplementedException, SecurityException, UriFormatException, MemberAccessException, TargetException, TargetParameterCountException, XmlException, PathTooLongException, IOException, ProviderException, XsltCompileException, XsltException, XPathException, MissingMethodException, TargetInvocationException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionHttpExceptionNotImplementedExceptionSecurityExceptionUriFormatExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionXmlExceptionPathTooLongExceptionIOExceptionProviderExceptionXsltCompileExceptionXsltExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionOverflowException
-
Save
public void Save() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, UriFormatException, HttpException, HttpRequestValidationException, NotImplementedException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, OutOfMemoryException, ConfigurationErrorsException, ConfigurationException, ProviderException, XmlException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, XsltCompileException, XmlSchemaException, XPathException, MissingMethodException, TargetInvocationException, SecurityException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUriFormatExceptionHttpExceptionHttpRequestValidationExceptionNotImplementedExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionOutOfMemoryExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionXmlExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionXsltCompileExceptionXmlSchemaExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionOverflowException
-
getEnableCaching
public boolean getEnableCaching() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setEnableCaching
public void setEnableCaching(boolean EnableCaching) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getCacheDuration
public int getCacheDuration() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setCacheDuration
public void setCacheDuration(int CacheDuration) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getCacheKeyContext
public java.lang.String getCacheKeyContext() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCacheKeyContext
public void setCacheKeyContext(java.lang.String CacheKeyContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCacheKeyDependency
public java.lang.String getCacheKeyDependency() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setCacheKeyDependency
public void setCacheKeyDependency(java.lang.String CacheKeyDependency) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getData
public java.lang.String getData() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setData
public void setData(java.lang.String Data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getDataFile
public java.lang.String getDataFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataFile
public void setDataFile(java.lang.String DataFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getTransform
public java.lang.String getTransform() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransform
public void setTransform(java.lang.String Transform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getTransformFile
public java.lang.String getTransformFile() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransformFile
public void setTransformFile(java.lang.String TransformFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getCacheExpirationPolicy
public DataSourceCacheExpiry getCacheExpirationPolicy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setCacheExpirationPolicy
public void setCacheExpirationPolicy(DataSourceCacheExpiry CacheExpirationPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getTransformArgumentList
public XsltArgumentList getTransformArgumentList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransformArgumentList
public void setTransformArgumentList(XsltArgumentList TransformArgumentList) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTransforming
public void addTransforming(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTransforming
public void removeTransforming(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-