public class XmlPreloadedResolver extends XmlResolver
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Resolvers.XmlPreloadedResolver
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Resolvers.XmlPreloadedResolver
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlPreloadedResolver() |
XmlPreloadedResolver(java.lang.Object instance)
Internal constructor.
|
XmlPreloadedResolver(XmlKnownDtds preloadedDtds) |
XmlPreloadedResolver(XmlResolver fallbackResolver) |
XmlPreloadedResolver(XmlResolver fallbackResolver,
XmlKnownDtds preloadedDtds) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(Uri uri,
byte[] value) |
void |
Add(Uri uri,
byte[] value,
int offset,
int count) |
void |
Add(Uri dupParam0,
JCORefOut dupParam1) |
void |
Add(Uri dupParam0,
JCORefOut dupParam1,
int dupParam2,
int dupParam3) |
void |
Add(Uri uri,
Stream value) |
void |
Add(Uri uri,
java.lang.String value) |
static XmlPreloadedResolver |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlPreloadedResolver, a cast assert is made to check if types are compatible. |
NetObject |
GetEntity(Uri absoluteUri,
java.lang.String role,
NetType ofObjectToReturn) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
Remove(Uri uri) |
Uri |
ResolveUri(Uri baseUri,
java.lang.String relativeUri) |
void |
setJCOInstance(JCObject instance) |
boolean |
SupportsType(Uri absoluteUri,
NetType type) |
setCredentialspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlPreloadedResolver()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UriFormatException
public XmlPreloadedResolver(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlPreloadedResolver(XmlKnownDtds preloadedDtds) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException
public XmlPreloadedResolver(XmlResolver fallbackResolver) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException
public XmlPreloadedResolver(XmlResolver fallbackResolver, XmlKnownDtds preloadedDtds) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException
public void Add(Uri uri, byte[] value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic void Add(Uri uri, byte[] value, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Add(Uri dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic void Add(Uri dupParam0, JCORefOut dupParam1, int dupParam2, int dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Add(Uri uri, Stream value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionUnauthorizedAccessExceptionpublic void Add(Uri uri, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic static XmlPreloadedResolver cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlPreloadedResolver, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlPreloadedResolver instancejava.lang.Throwable - in case of error during cast operationpublic NetObject GetEntity(Uri absoluteUri, java.lang.String role, NetType ofObjectToReturn) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, XmlException
GetEntity in class XmlResolverjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionXmlExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlResolverString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlResolverString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlResolverObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlResolverString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlResolverJCType representing the CLR Type of the instantiated Classpublic void Remove(Uri uri) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic Uri ResolveUri(Uri baseUri, java.lang.String relativeUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, PathTooLongException
ResolveUri in class XmlResolverjava.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlResolverpublic boolean SupportsType(Uri absoluteUri, NetType type) throws java.lang.Throwable, ArgumentNullException
SupportsType in class XmlResolverjava.lang.ThrowableArgumentNullException