scala.xml.parsing

ConstructingHandler

class ConstructingHandler extends MarkupHandler

Implementation of MarkupHandler that constructs nodes.

attributes: abstract
known subclasses: XhtmlParser, ConstructingParser
source: ConstructingHandler.scala
    version
  1. 1.0

    authors:
  1. Burak Emir

Inherited
  1. Hide All
  2. Show all
  1. MarkupHandler
  2. Logged
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance constructors

  1. new ConstructingHandler()

Value Members

  1. def !=(arg0: AnyRef): Boolean

  2. def !=(arg0: Any): Boolean

    o != arg0 is the same as !(o == (arg0)).

  3. def ##(): Int

  4. def $asInstanceOf[T0](): T0

  5. def $isInstanceOf[T0](): Boolean

  6. def ==(arg0: AnyRef): Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

  7. def ==(arg0: Any): Boolean

    o == arg0 is the same as o.equals(arg0).

  8. def asInstanceOf[T0]: T0

    This method is used to cast the receiver object to be of type T0.

  9. def attListDecl(name: String, attList: List[AttrDecl]): Unit

  10. def clone(): AnyRef

    This method creates and returns a copy of the receiver object.

  11. def comment(pos: Int, txt: String): Comment

    callback method invoked by MarkupParser after parsing comment.

  12. var decls: List[Decl]

  13. def elem(pos: Int, pre: String, label: String, attrs: MetaData, pscope: NamespaceBinding, nodes: NodeSeq): NodeSeq

    callback method invoked by MarkupParser after parsing an element, between the elemStart and elemEnd callbacks

  14. def elemDecl(n: String, cmstr: String): Unit

  15. def elemEnd(pos: Int, pre: String, label: String): Unit

    callback method invoked by MarkupParser after end-tag of element.

  16. def elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit

    callback method invoked by MarkupParser after start-tag of element.

  17. def endDTD(n: String): Unit

  18. var ent: Map[String, EntityDecl]

  19. def entityRef(pos: Int, n: String): EntityRef

    callback method invoked by MarkupParser after parsing entity ref.

  20. def eq(arg0: AnyRef): Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

  21. def equals(arg0: Any): Boolean

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

  22. def finalize(): Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

  23. def getClass(): java.lang.Class[_ <: java.lang.Object]

    Returns a representation that corresponds to the dynamic class of the receiver object.

  24. def hashCode(): Int

    Returns a hash code value for the object.

  25. def isInstanceOf[T0]: Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

  26. val isValidating: Boolean

    returns true is this markup handler is validating

  27. def log(msg: String): Unit

    This method should log the message given as argument somewhere as a side-effect.

  28. def lookupElemDecl(Label: String): ElemDecl

  29. def ne(arg0: AnyRef): Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

  30. def notationDecl(notat: String, extID: ExternalID): Unit

  31. def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  32. def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  33. def parameterEntityDecl(name: String, edef: EntityDef): Unit

  34. def parsedEntityDecl(name: String, edef: EntityDef): Unit

  35. def peReference(name: String): Unit

  36. val preserveWS: Boolean

  37. def procInstr(pos: Int, target: String, txt: String): ProcInstr

    callback method invoked by MarkupParser after parsing PI.

  38. def replacementText(entityName: String): Source

  39. def reportSyntaxError(pos: Int, str: String): Unit

  40. def synchronized[T0](arg0: T0): T0

  41. def text(pos: Int, txt: String): Text

    callback method invoked by MarkupParser after parsing text.

  42. def toString(): String

    Returns a string representation of the object.

  43. def unparsedEntityDecl(name: String, extID: ExternalID, notat: String): Unit

  44. def wait(): Unit

  45. def wait(arg0: Long, arg1: Int): Unit

  46. def wait(arg0: Long): Unit