Class AnyNode

java.lang.Object
org.exolab.castor.types.AnyNode
All Implemented Interfaces:
Serializable

public final class AnyNode extends Object implements Serializable
A class used to represent an XML node. This is an alternative to DOM which is too heavy for our purpose (mainly handle XML Fragment when <any> is used in an XML schema). The model is based on XPath Node. An AnyNode can be a:
  • ELEMENT
  • ATTRIBUTE
  • NAMESPACE
  • COMMENT
  • TEXT
  • PROCESSING INSTRUCTION
Version:
$Revision$ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Assaf Arkin, Arnaud Blandin, Keith Visco
See Also: