scala.xml.parsing

DefaultMarkupHandler

class DefaultMarkupHandler extends MarkupHandler

default implementation of markup handler always returns NodeSeq.Empty

attributes: abstract
source: DefaultMarkupHandler.scala
Inherited
  1. Hide All
  2. Show all
  1. MarkupHandler
  2. Logged
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance constructors

  1. new DefaultMarkupHandler()

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, comment: String): NodeSeq

    callback method invoked by MarkupParser after parsing comment.

  12. var decls: List[Decl]

  13. def elem(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding, args: 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): NodeSeq

    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. def procInstr(pos: Int, target: String, txt: String): NodeSeq

    callback method invoked by MarkupParser after parsing PI.

  37. def replacementText(entityName: String): Source

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

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

  40. def text(pos: Int, txt: String): NodeSeq

    callback method invoked by MarkupParser after parsing text.

  41. def toString(): String

    Returns a string representation of the object.

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

  43. def wait(): Unit

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

  45. def wait(arg0: Long): Unit