Package system.xml.serialization
Class XmlSerializer
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.serialization.XmlSerializer
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlSerializer extends NetObject
The base .NET class managing System.Xml.Serialization.XmlSerializer, System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlSerializer
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.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.Serialization.XmlSerializerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlSerializer()
XmlSerializer(java.lang.Object instance)
Internal constructor.XmlSerializer(NetType type)
XmlSerializer(NetType type, java.lang.String defaultNamespace)
XmlSerializer(NetType type, NetType[] extraTypes)
XmlSerializer(NetType type, XmlAttributeOverrides overrides)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace, java.lang.String location)
XmlSerializer(NetType type, XmlRootAttribute root)
XmlSerializer(XmlTypeMapping xmlTypeMapping)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Serialization.XmlSerializer- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlSerializer
public XmlSerializer(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlSerializer
public XmlSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlSerializer
public XmlSerializer(NetType type, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, NullReferenceException, CryptographicException, OutOfMemoryException, CultureNotFoundException, FileNotFoundException, EventSourceException, FileLoadException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
NullReferenceException
CryptographicException
OutOfMemoryException
CultureNotFoundException
FileNotFoundException
EventSourceException
FileLoadException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, NetType[] extraTypes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace, java.lang.String location) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, KeyNotFoundException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
CultureNotFoundException
KeyNotFoundException
InvalidCastException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlRootAttribute root) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, NullReferenceException, ArrayTypeMismatchException, CryptographicException, OutOfMemoryException, FileNotFoundException, RankException, EventSourceException, FileLoadException, CultureNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
FormatException
NullReferenceException
ArrayTypeMismatchException
CryptographicException
OutOfMemoryException
FileNotFoundException
RankException
EventSourceException
FileLoadException
CultureNotFoundException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
-
XmlSerializer
public XmlSerializer(XmlTypeMapping xmlTypeMapping) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlSerializer cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlSerializer
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlSerializer
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CanDeserialize
public boolean CanDeserialize(XmlReader xmlReader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, KeyNotFoundException
-
Deserialize
public NetObject Deserialize(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, FormatException, XmlException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IOException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OutOfMemoryException
FormatException
XmlException
InvalidOperationException
NotSupportedException
ArrayTypeMismatchException
IOException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(TextReader textReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, XmlException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException, ArgumentNullException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
XmlException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
FormatException
OutOfMemoryException
ArgumentNullException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
ArrayTypeMismatchException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, java.lang.String encodingStyle, XmlDeserializationEvents events) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, XmlException, OverflowException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
FormatException
XmlException
OverflowException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, java.lang.String encodingStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, FormatException, XmlException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
FormatException
XmlException
OutOfMemoryException
OverflowException
IndexOutOfRangeException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, XmlDeserializationEvents events) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, FormatException, XmlException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
FormatException
XmlException
OutOfMemoryException
OverflowException
IndexOutOfRangeException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, XmlException, OutOfMemoryException, NotSupportedException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
FormatException
XmlException
OutOfMemoryException
NotSupportedException
OverflowException
IndexOutOfRangeException
NotImplementedException
KeyNotFoundException
MissingMethodException
ArrayTypeMismatchException
-
GetXmlSerializerAssemblyName
public static java.lang.String GetXmlSerializerAssemblyName(NetType type, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, OverflowException, IndexOutOfRangeException, FormatException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CryptographicException
OverflowException
IndexOutOfRangeException
FormatException
OutOfMemoryException
-
GetXmlSerializerAssemblyName
public static java.lang.String GetXmlSerializerAssemblyName(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, CryptographicException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
FromMappings
public static XmlSerializer[] FromMappings(XmlMapping[] mappings, NetType type) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArrayTypeMismatchException, CryptographicException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, FileNotFoundException, RankException, EventSourceException, FileLoadException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, KeyNotFoundException, InvalidCastException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
ArgumentException
ArrayTypeMismatchException
CryptographicException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CultureNotFoundException
FileNotFoundException
RankException
EventSourceException
FileLoadException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
KeyNotFoundException
InvalidCastException
-
FromMappings
public static XmlSerializer[] FromMappings(XmlMapping[] mappings) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArrayTypeMismatchException, CryptographicException, FormatException, OutOfMemoryException, FileNotFoundException, RankException, EventSourceException, FileLoadException, CultureNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, KeyNotFoundException, InvalidCastException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
ArgumentException
ArrayTypeMismatchException
CryptographicException
FormatException
OutOfMemoryException
FileNotFoundException
RankException
EventSourceException
FileLoadException
CultureNotFoundException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
KeyNotFoundException
InvalidCastException
-
FromTypes
public static XmlSerializer[] FromTypes(NetType[] types) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, NotSupportedException, FileNotFoundException, EventSourceException, FileLoadException, CultureNotFoundException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
NotSupportedException
FileNotFoundException
EventSourceException
FileLoadException
CultureNotFoundException
KeyNotFoundException
-
Serialize
public void Serialize(Stream stream, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, UnreachableException, InvalidOperationException, OutOfMemoryException, ArrayTypeMismatchException, RankException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
NullReferenceException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
UnreachableException
InvalidOperationException
OutOfMemoryException
ArrayTypeMismatchException
RankException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
Serialize
public void Serialize(Stream stream, NetObject o) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NullReferenceException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Serialize
public void Serialize(TextWriter textWriter, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, UnreachableException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
UnreachableException
PlatformNotSupportedException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
Serialize
public void Serialize(TextWriter textWriter, NetObject o) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, KeyNotFoundException, NotSupportedException, MissingMethodException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, java.lang.String encodingStyle, java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
OutOfMemoryException
FormatException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, java.lang.String encodingStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
FormatException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
NotSupportedException
RankException
ArrayTypeMismatchException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
addUnreferencedObject
public void addUnreferencedObject(UnreferencedObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUnreferencedObject
public void removeUnreferencedObject(UnreferencedObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUnknownAttribute
public void addUnknownAttribute(XmlAttributeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUnknownAttribute
public void removeUnknownAttribute(XmlAttributeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUnknownElement
public void addUnknownElement(XmlElementEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUnknownElement
public void removeUnknownElement(XmlElementEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUnknownNode
public void addUnknownNode(XmlNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUnknownNode
public void removeUnknownNode(XmlNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-