ServiceXmlHandler

org.beangle.security.realm.cas.DefaultTicketValidator.ServiceXmlHandler
class ServiceXmlHandler(ticket: String) extends DefaultHandler

Attributes

Graph
Supertypes
class DefaultHandler
trait ErrorHandler
trait ContentHandler
trait DTDHandler
trait EntityResolver
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def characters(ch: Array[Char], start: Int, length: Int): Unit

Attributes

Definition Classes
DefaultHandler -> ContentHandler
override def endElement(ns: String, lnm: String, qn: String): Unit

Attributes

Definition Classes
DefaultHandler -> ContentHandler
def localName(qualifiedName: String): String
def preuser: String
override def startElement(ns: String, lnm: String, qn: String, a: Attributes): Unit

Attributes

Definition Classes
DefaultHandler -> ContentHandler

Inherited methods

def declaration(x$0: String, x$1: String, x$2: String): Unit

Attributes

Inherited from:
ContentHandler
def endDocument(): Unit

Attributes

Inherited from:
DefaultHandler
def endPrefixMapping(x$0: String): Unit

Attributes

Inherited from:
DefaultHandler
def error(x$0: SAXParseException): Unit

Attributes

Inherited from:
DefaultHandler
def fatalError(x$0: SAXParseException): Unit

Attributes

Inherited from:
DefaultHandler
def ignorableWhitespace(x$0: Array[Char], x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
DefaultHandler
def notationDecl(x$0: String, x$1: String, x$2: String): Unit

Attributes

Inherited from:
DefaultHandler
def processingInstruction(x$0: String, x$1: String): Unit

Attributes

Inherited from:
DefaultHandler
def resolveEntity(x$0: String, x$1: String): InputSource

Attributes

Inherited from:
DefaultHandler
def setDocumentLocator(x$0: Locator): Unit

Attributes

Inherited from:
DefaultHandler
def skippedEntity(x$0: String): Unit

Attributes

Inherited from:
DefaultHandler
def startDocument(): Unit

Attributes

Inherited from:
DefaultHandler
def startPrefixMapping(x$0: String, x$1: String): Unit

Attributes

Inherited from:
DefaultHandler
def unparsedEntityDecl(x$0: String, x$1: String, x$2: String, x$3: String): Unit

Attributes

Inherited from:
DefaultHandler
def warning(x$0: SAXParseException): Unit

Attributes

Inherited from:
DefaultHandler