org.apache.xerces.impl
Class XML11NamespaceBinder

java.lang.Object
  extended by org.apache.xerces.impl.XMLNamespaceBinder
      extended by org.apache.xerces.impl.XML11NamespaceBinder
All Implemented Interfaces:
XMLComponent, XMLDocumentFilter, XMLDocumentSource, XMLDocumentHandler

public class XML11NamespaceBinder
extends XMLNamespaceBinder

This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1. It extends the standard, Namespace-1.0-compliant binder in order to do this.

Version:
$Id: XML11NamespaceBinder.java 446761 2006-09-15 21:59:29Z mrglavas $
Author:
Neil Graham, IBM

Constructor Summary
XML11NamespaceBinder()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.apache.xerces.impl.XMLNamespaceBinder
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentHandler, getDocumentSource, getFeatureDefault, getOnlyPassPrefixMappingEvents, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setOnlyPassPrefixMappingEvents, setProperty, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, xmlDecl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML11NamespaceBinder

public XML11NamespaceBinder()
Default constructor.