org.scalawag.sdom.parse

SdomContentHandler

class SdomContentHandler extends ContentHandler with LexicalHandler

Linear Supertypes
LexicalHandler, ContentHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SdomContentHandler
  2. LexicalHandler
  3. ContentHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SdomContentHandler(configuration: BuilderConfiguration)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def characters(ch: Array[Char], start: Int, length: Int): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def comment(ch: Array[Char], start: Int, length: Int): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  10. var document: Option[DocumentSpec]

  11. def endCDATA(): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  12. def endDTD(): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  13. def endDocument(): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  14. def endElement(uri: String, localName: String, qName: String): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  15. def endEntity(name: String): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  16. def endPrefixMapping(prefix: String): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def ignorableWhitespace(ch: Array[Char], start: Int, length: Int): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  23. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def processingInstruction(target: String, data: String): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  28. def setDocumentLocator(locator: Locator): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  29. def skippedEntity(name: String): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  30. def startCDATA(): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  31. def startDTD(name: String, publicId: String, systemId: String): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  32. def startDocument(): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  33. def startElement(uri: String, localName: String, qName: String, srcAttributes: Attributes): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  34. def startEntity(name: String): Unit

    Definition Classes
    SdomContentHandler → LexicalHandler
  35. def startPrefixMapping(prefix: String, uri: String): Unit

    Definition Classes
    SdomContentHandler → ContentHandler
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LexicalHandler

Inherited from ContentHandler

Inherited from AnyRef

Inherited from Any

Ungrouped