Instance Constructors
-
new
NodeSeqSAXHandler
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
attributeDecl
(arg0: String, arg1: String, arg2: String, arg3: String, arg4: String): Unit
-
def
characters
(ch: Array[Char], start: Int, length: Int): Unit
-
def
clone
(): AnyRef
-
def
comment
(arg0: Array[Char], arg1: Int, arg2: Int): Unit
-
def
elementDecl
(arg0: String, arg1: String): Unit
-
def
endCDATA
(): Unit
-
def
endDTD
(): Unit
-
def
endDocument
(): Unit
-
def
endElement
(uri: String, localName: String, qName: String): Unit
-
def
endEntity
(arg0: String): Unit
-
def
endPrefixMapping
(prefix: String): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(arg0: SAXParseException): Unit
-
def
externalEntityDecl
(arg0: String, arg1: String, arg2: String): Unit
-
def
fatalError
(arg0: SAXParseException): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getExternalSubset
(arg0: String, arg1: String): InputSource
-
def
hashCode
(): Int
-
def
ignorableWhitespace
(arg0: Array[Char], arg1: Int, arg2: Int): Unit
-
def
internalEntityDecl
(arg0: String, arg1: String): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notationDecl
(arg0: String, arg1: String, arg2: String): Unit
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
processingInstruction
(arg0: String, arg1: String): Unit
-
def
resolveEntity
(arg0: String, arg1: String): InputSource
-
def
resolveEntity
(arg0: String, arg1: String, arg2: String, arg3: String): InputSource
-
-
def
setDocumentLocator
(arg0: Locator): Unit
-
def
skippedEntity
(entity: String): Unit
-
def
startCDATA
(): Unit
-
def
startDTD
(arg0: String, arg1: String, arg2: String): Unit
-
def
startDocument
(): Unit
-
def
startElement
(uri: String, localName: String, qName: String, attrs: Attributes): Unit
-
def
startEntity
(arg0: String): Unit
-
def
startPrefixMapping
(prefix: String, namespace: String): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unparsedEntityDecl
(arg0: String, arg1: String, arg2: String, arg3: String): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warning
(arg0: SAXParseException): Unit
Inherited from DefaultHandler2
Inherited from EntityResolver2
Inherited from DeclHandler
Inherited from LexicalHandler
Inherited from DefaultHandler
Inherited from ErrorHandler
Inherited from ContentHandler
Inherited from DTDHandler
Inherited from EntityResolver
Inherited from AnyRef
Inherited from Any
Defines a SAX2 handler which produces an instance of Group
[Elem]as a result. This is the handler which is used internally by SAXParser. It is provided as part of the public API to allow Anti-XML to be used with alternative SAX2 event sources (such as HTML parsers like TagSoup). The resulting Group is obtained (at the conclusion of the parse) from theresult()method.SAXParser