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=6.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
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static String
assemblyShortName
Assembly name: System.Private.Xmlstatic String
className
Qualified class name: System.Xml.Serialization.XmlSerializerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlSerializer()
XmlSerializer(Object instance)
Internal constructor.XmlSerializer(NetType type)
XmlSerializer(NetType type, String defaultNamespace)
XmlSerializer(NetType type, NetType[] extraTypes)
XmlSerializer(NetType type, XmlAttributeOverrides overrides)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location)
XmlSerializer(NetType type, XmlRootAttribute root)
XmlSerializer(XmlTypeMapping xmlTypeMapping)
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Xml.Serialization.XmlSerializer- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlSerializer
public XmlSerializer(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
XmlSerializer
public XmlSerializer(NetType type, String defaultNamespace) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, CryptographicException, RankException, EventSourceException, MulticastNotSupportedException, FileNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, FormatException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
CryptographicException
RankException
EventSourceException
MulticastNotSupportedException
FileNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
FormatException
KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, NetType[] extraTypes) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, KeyNotFoundException, InvalidCastException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
KeyNotFoundException
InvalidCastException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlAttributeOverrides overrides) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type, XmlRootAttribute root) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, KeyNotFoundException
-
XmlSerializer
public XmlSerializer(NetType type) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, CryptographicException, FormatException, EventSourceException, MulticastNotSupportedException, FileNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
OutOfMemoryException
CryptographicException
FormatException
EventSourceException
MulticastNotSupportedException
FileNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
-
XmlSerializer
public XmlSerializer(XmlTypeMapping xmlTypeMapping) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public 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 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 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 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 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:
Throwable
- in case of error during cast operation
-
CanDeserialize
public boolean CanDeserialize(XmlReader xmlReader) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, KeyNotFoundException
-
Deserialize
public NetObject Deserialize(Stream stream) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, XmlException, NotSupportedException, OutOfMemoryException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentOutOfRangeException
FormatException
XmlException
NotSupportedException
OutOfMemoryException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(TextReader textReader) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, XmlException, IndexOutOfRangeException, FormatException, OutOfMemoryException, NotSupportedException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
XmlException
IndexOutOfRangeException
FormatException
OutOfMemoryException
NotSupportedException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
ArrayTypeMismatchException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, FormatException, XmlException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
FormatException
XmlException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, String encodingStyle) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, FormatException, XmlException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
FormatException
XmlException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader, XmlDeserializationEvents events) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, FormatException, XmlException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
FormatException
XmlException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Deserialize
public NetObject Deserialize(XmlReader xmlReader) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, XmlException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
FormatException
XmlException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
ArgumentOutOfRangeException
NotSupportedException
OverflowException
NotImplementedException
KeyNotFoundException
MissingMethodException
ArrayTypeMismatchException
-
GetXmlSerializerAssemblyName
public static String GetXmlSerializerAssemblyName(NetType type, String defaultNamespace) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, CryptographicException
-
GetXmlSerializerAssemblyName
public static String GetXmlSerializerAssemblyName(NetType type) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, CryptographicException
-
FromMappings
public static XmlSerializer[] FromMappings(XmlMapping[] mappings, NetType type) throws Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, ArgumentException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CryptographicException, CultureNotFoundException, RankException, OutOfMemoryException, EventSourceException, MulticastNotSupportedException, FileNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, FormatException, KeyNotFoundException, InvalidCastException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentNullException
ArgumentException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CryptographicException
CultureNotFoundException
RankException
OutOfMemoryException
EventSourceException
MulticastNotSupportedException
FileNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
FormatException
KeyNotFoundException
InvalidCastException
-
FromMappings
public static XmlSerializer[] FromMappings(XmlMapping[] mappings) throws Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CryptographicException, RankException, OutOfMemoryException, EventSourceException, MulticastNotSupportedException, FileNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, FormatException, KeyNotFoundException, InvalidCastException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
ArgumentException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CryptographicException
RankException
OutOfMemoryException
EventSourceException
MulticastNotSupportedException
FileNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
FormatException
KeyNotFoundException
InvalidCastException
-
FromTypes
public static XmlSerializer[] FromTypes(NetType[] types) throws Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, FormatException, NotSupportedException, OutOfMemoryException, ArrayTypeMismatchException, EventSourceException, FileNotFoundException, FileLoadException, KeyNotFoundException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
FormatException
NotSupportedException
OutOfMemoryException
ArrayTypeMismatchException
EventSourceException
FileNotFoundException
FileLoadException
KeyNotFoundException
-
Serialize
public void Serialize(Stream stream, NetObject o, XmlSerializerNamespaces namespaces) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
OverflowException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
Serialize
public void Serialize(Stream stream, NetObject o) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotImplementedException, KeyNotFoundException, MissingMethodException
-
Serialize
public void Serialize(TextWriter textWriter, NetObject o, XmlSerializerNamespaces namespaces) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, OverflowException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
RankException
ArrayTypeMismatchException
OverflowException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
-
Serialize
public void Serialize(TextWriter textWriter, NetObject o) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotImplementedException, KeyNotFoundException, NotSupportedException, MissingMethodException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, String encodingStyle, String id) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, String encodingStyle) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, NotSupportedException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, MissingMethodException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
NotSupportedException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
MissingMethodException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, NotSupportedException, NotImplementedException, PlatformNotSupportedException, KeyNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
NotSupportedException
NotImplementedException
PlatformNotSupportedException
KeyNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
Serialize
public void Serialize(XmlWriter xmlWriter, NetObject o) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, OverflowException, OutOfMemoryException, RankException, ArrayTypeMismatchException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
OverflowException
OutOfMemoryException
RankException
ArrayTypeMismatchException
NotImplementedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
NotSupportedException
-
addUnreferencedObject
public void addUnreferencedObject(UnreferencedObjectEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUnreferencedObject
public void removeUnreferencedObject(UnreferencedObjectEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUnknownAttribute
public void addUnknownAttribute(XmlAttributeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUnknownAttribute
public void removeUnknownAttribute(XmlAttributeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUnknownElement
public void addUnknownElement(XmlElementEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUnknownElement
public void removeUnknownElement(XmlElementEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUnknownNode
public void addUnknownNode(XmlNodeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUnknownNode
public void removeUnknownNode(XmlNodeEventHandler handler) throws Throwable
- Throws:
Throwable
-
-