A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.12.18/scala-xml/scala/xml/parsing/XhtmlParser.html below:

class XhtmlParser extends ConstructingHandler with MarkupParser with ExternalSources

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XhtmlParser
  2. ExternalSources
  3. MarkupParser
  4. MarkupParserCommon
  5. TokenTests
  6. ConstructingHandler
  7. MarkupHandler
  8. AnyRef
  9. Any
Instance Constructors
  1.  new XhtmlParser(input: Source)
Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  final def ==(arg0: Any): Boolean
  4.  def appendText(pos: Int, ts: NodeBuffer, txt: String): Unit
  5.  final def asInstanceOf[T0]: T0
  6.  def attListDecl(name: String, attList: List[AttrDecl]): Unit
  7.  def attrDecl(): Unit
  8.  val cbuf: collection.mutable.StringBuilder
  9.  def ch: Char
  10.  def ch_returning_nextch: Char
  11.  def checkPubID(s: String): Boolean
  12.  def checkSysID(s: String): Boolean
  13.  def clone(): AnyRef
  14.  def comment(pos: Int, txt: String): Comment
  15.  def content(pscope: NamespaceBinding): NodeSeq
  16.  def content1(pscope: NamespaceBinding, ts: NodeBuffer): Unit
  17.  val curInput: Source
  18.  var decls: List[Decl]
  19.  val doc: Document
  20.  def document(): Document
  21.  val dtd: DTD
  22.  def elem(pos: Int, pre: String, label: String, attrs: MetaData, pscope: NamespaceBinding, empty: Boolean, nodes: NodeSeq): NodeSeq
  23.  def elemDecl(n: String, cmstr: String): Unit
  24.  def elemEnd(pos: Int, pre: String, label: String): Unit
  25.  def elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit
  26.  def element(pscope: NamespaceBinding): NodeSeq
  27.  def element1(pscope: NamespaceBinding): NodeSeq
  28.  def elementDecl(): Unit
  29.  def endDTD(n: String): Unit
  30.  var ent: Map[String, EntityDecl]
  31.  def entityDecl(): Unit
  32.  def entityRef(pos: Int, n: String): EntityRef
  33.  def eof: Boolean
  34.  final def eq(arg0: AnyRef): Boolean
  35.  def equals(arg0: Any): Boolean
  36.  def errorAndResult[T](msg: String, x: T): T
  37.  def errorNoEnd(tag: String): Nothing
  38.  val extIndex: Int
  39.  def extSubset(): Unit
  40.  def externalID(): ExternalID
  41.  def externalSource(systemId: String): Source
  42.  def finalize(): Unit
  43.  final def getClass(): Class[_]
  44.  def hashCode(): Int
  45.  def initialize: XhtmlParser.this.type
  46.  val inpStack: List[Source]
  47.  val input: Source
  48.  def intSubset(): Unit
  49.  def isAlpha(c: Char): Boolean
  50.  def isAlphaDigit(c: Char): Boolean
  51.  final def isInstanceOf[T0]: Boolean
  52.  def isName(s: String): Boolean
  53.  def isNameChar(ch: Char): Boolean
  54.  def isNameStart(ch: Char): Boolean
  55.  def isPubIDChar(ch: Char): Boolean
  56.  final def isSpace(cs: collection.Seq[Char]): Boolean
  57.  final def isSpace(ch: Char): Boolean
  58.  def isValidIANAEncoding(ianaEncoding: collection.Seq[Char]): Boolean
  59.  val isValidating: Boolean
  60.  val lastChRead: Char
  61.  def lookahead(): BufferedIterator[Char]
  62.  def lookupElemDecl(Label: String): ElemDecl
  63.  def markupDecl(): Unit
  64.  def markupDecl1(): Any
  65.  def mkAttributes(name: String, pscope: NamespaceBinding): AttributesType
  66.  def mkProcInstr(position: Int, name: String, text: String): ElementType
  67.  final def ne(arg0: AnyRef): Boolean
  68.  val nextChNeeded: Boolean
  69.  def nextch(): Unit
  70.  def notationDecl(): Unit
  71.  def notationDecl(notat: String, extID: ExternalID): Unit
  72.  final def notify(): Unit
  73.  final def notifyAll(): Unit
  74.  def parameterEntityDecl(name: String, edef: EntityDef): Unit
  75.  def parseDTD(): Unit
  76.  def parsedEntityDecl(name: String, edef: EntityDef): Unit
  77.  def peReference(name: String): Unit
  78.  def pop(): Unit
  79.  val pos: Int
  80.  val preserveWS: Boolean
  81.  def procInstr(pos: Int, target: String, txt: String): ProcInstr
  82.  def prolog(): (Option[String], Option[String], Option[Boolean])
  83.  def pubidLiteral(): String
  84.  def push(entityName: String): Unit
  85.  def pushExternal(systemId: String): Unit
  86.  def putChar(c: Char): collection.mutable.StringBuilder
  87.  val reachedEof: Boolean
  88.  def replacementText(entityName: String): Source
  89.  def reportSyntaxError(str: String): Unit
  90.  def reportSyntaxError(pos: Int, str: String): Unit
  91.  def reportValidationError(pos: Int, str: String): Unit
  92.  def returning[T](x: T)(f: (T) ⇒ Unit): T
  93.  def saving[A, B](getter: A, setter: (A) ⇒ Unit)(body: ⇒ B): B
  94.  final def synchronized[T0](arg0: ⇒ T0): T0
  95.  def systemLiteral(): String
  96.  def text(pos: Int, txt: String): Text
  97.  def textDecl(): (Option[String], Option[String])
  98.  val tmppos: Int
  99.  def toString(): String
  100.  def truncatedError(msg: String): Nothing
  101.  def unparsedEntityDecl(name: String, extID: ExternalID, notat: String): Unit
  102.  def unreachable: Nothing
  103.  final def wait(): Unit
  104.  final def wait(arg0: Long, arg1: Int): Unit
  105.  final def wait(arg0: Long): Unit
  106.  def xAttributeValue(): String
  107.  def xAttributeValue(endCh: Char): String
  108.  def xAttributes(pscope: NamespaceBinding): (MetaData, NamespaceBinding)
  109.  def xCharData: NodeSeq
  110.  def xCharRef: String
  111.  def xCharRef(it: Iterator[Char]): String
  112.  def xCharRef(ch: () ⇒ Char, nextch: () ⇒ Unit): String
  113.  def xComment: NodeSeq
  114.  def xEQ(): Unit
  115.  def xEndTag(startName: String): Unit
  116.  def xEntityValue(): String
  117.  def xHandleError(that: Char, msg: String): Unit
  118.  def xName: String
  119.  def xProcInstr: ElementType
  120.  def xSpace(): Unit
  121.  def xSpaceOpt(): Unit
  122.  def xTag(pscope: NamespaceType): (String, AttributesType)
  123.  def xTakeUntil[T](handler: (PositionType, String) ⇒ T, positioner: () ⇒ PositionType, until: String): T
  124.  def xToken(that: collection.Seq[Char]): Unit
  125.  def xToken(that: Char): Unit
  126.  def xmlProcInstr(): MetaData

Inherited from MarkupParserCommon


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4