scala.xml.pull

XMLEvent

trait XMLEvent extends AnyRef

This class represents an XML event for pull parsing. Pull parsing means that during the traversal of the XML tree we are parsing, each "event" is returned to the caller and the traversal is suspended.

known subclasses: EvElemEnd, EvEntityRef, EvProcInstr, EvComment, EvElemStart, EvText, SpecialNode, Document

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. def toString(): String

    Returns a string representation of the object