in scala/xml/parsing
class XSDHandler

class XSDHandler()
extends ConstructingHandler
with ScalaObject

This handler is adapted to the foul handling of namespaces used in W3C XML Schema, notably, that the prefixes of namespace declarations in the root element are referenced from attribute values.

Method Summary
override def internal_startPrefixMapping: Unit
  var prefixes: Map[String,String]
     namespace prefix map of the root element

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getType

Methods inherited from scala/xml/parsing/ConstructingHandler-class
charData, comment, element, entityRef, procInstr, text

Methods inherited from scala/xml/parsing/MarkupHandler-class
attribute, internal_endPrefixMapping, internal_namespaceDecl, namespace, namespacePrefix, prefixStack, tmpPrefix

Method Detail

prefixes

  var prefixes: Map[String,String]
namespace prefix map of the root element

internal_startPrefixMapping

  override def internal_startPrefixMapping: Unit