Class

scala.xml.factory

Binder

Related Doc: package factory

Permalink

abstract class Binder extends ValidatingMarkupHandler

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Binder
  2. ValidatingMarkupHandler
  3. MarkupHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Binder(preserveWS: Boolean)

    Permalink

Abstract Value Members

  1. abstract def elem(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding, empty: Boolean, args: NodeSeq): NodeSeq

    Permalink

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

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

    pos

    the position in the source file

    pre

    the prefix

    label

    the local name

    attrs

    the attributes (metadata)

    empty

    true if the element was previously empty; false otherwise.

    args

    the children of this element

    Definition Classes
    MarkupHandler
  2. abstract def reportValidationError(pos: Int, str: String): Unit

    Permalink

    report a syntax error

    report a syntax error

    Definition Classes
    ValidatingMarkupHandler

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def attListDecl(name: String, attList: List[AttrDecl]): Unit

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  7. final def comment(pos: Int, txt: String): Comment

    Permalink

    callback method invoked by MarkupParser after parsing comment.

    callback method invoked by MarkupParser after parsing comment.

    Definition Classes
    BinderMarkupHandler
  8. var declCurrent: ElemDecl

    Permalink
    Definition Classes
    ValidatingMarkupHandler
  9. var declStack: List[ElemDecl]

    Permalink
    Definition Classes
    ValidatingMarkupHandler
  10. var decls: List[Decl]

    Permalink
    Definition Classes
    MarkupHandler
  11. final def elemDecl(name: String, cmstr: String): Unit

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  12. def elemEnd(pos: Int, pre: String, label: String): Unit

    Permalink

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

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

    pos

    the position in the source file

    pre

    the prefix

    label

    the local name

    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  13. def elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit

    Permalink

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

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

    pos

    the position in the sourcefile

    pre

    the prefix

    label

    the local name

    attrs

    the attributes (metadata)

    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  14. def endDTD(n: String): Unit

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  15. var ent: Map[String, EntityDecl]

    Permalink
    Definition Classes
    MarkupHandler
  16. final def entityRef(pos: Int, n: String): EntityRef

    Permalink

    callback method invoked by MarkupParser after parsing entity ref.

    callback method invoked by MarkupParser after parsing entity ref.

    Definition Classes
    BinderMarkupHandler
    To do

    expanding entity references

  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final val isValidating: Boolean(true)

    Permalink

    returns true is this markup handler is validating

    returns true is this markup handler is validating

    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  23. def lookupElemDecl(Label: String): ElemDecl

    Permalink
    Definition Classes
    MarkupHandler
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notationDecl(notat: String, extID: ExternalID): Unit

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. def parameterEntityDecl(name: String, edef: EntityDef): Unit

    Permalink
    Definition Classes
    MarkupHandler
  29. def parsedEntityDecl(name: String, edef: EntityDef): Unit

    Permalink
    Definition Classes
    MarkupHandler
  30. final def peReference(name: String): Unit

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  31. val preserveWS: Boolean

    Permalink
  32. final def procInstr(pos: Int, target: String, txt: String): ProcInstr

    Permalink

    callback method invoked by MarkupParser after parsing PI.

    callback method invoked by MarkupParser after parsing PI.

    Definition Classes
    BinderMarkupHandler
  33. var qCurrent: Int

    Permalink
    Definition Classes
    ValidatingMarkupHandler
  34. var qStack: List[Int]

    Permalink
    Definition Classes
    ValidatingMarkupHandler
  35. def replacementText(entityName: String): io.Source

    Permalink
    Definition Classes
    MarkupHandler
  36. def reportSyntaxError(pos: Int, str: String): Unit

    Permalink
    Definition Classes
    BinderMarkupHandler
  37. var result: NodeBuffer

    Permalink
  38. var rootLabel: String

    Permalink
    Definition Classes
    ValidatingMarkupHandler
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. final def text(pos: Int, txt: String): Text

    Permalink

    callback method invoked by MarkupParser after parsing text.

    callback method invoked by MarkupParser after parsing text.

    Definition Classes
    BinderMarkupHandler
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def traverse(n: Node): Unit

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

    Permalink
    Definition Classes
    ValidatingMarkupHandlerMarkupHandler
  44. final def validate(n: Node): Node

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def log(msg: String): Unit

    Permalink
    Definition Classes
    MarkupHandler
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11) This method and its usages will be removed. Use a debugger to debug code.

Inherited from ValidatingMarkupHandler

Inherited from MarkupHandler

Inherited from AnyRef

Inherited from Any

Ungrouped