Class XML11NamespaceBinder

java.lang.Object
org.apache.xerces.impl.XMLNamespaceBinder
org.apache.xerces.impl.XML11NamespaceBinder
All Implemented Interfaces:
org.apache.xerces.xni.parser.XMLComponent, org.apache.xerces.xni.parser.XMLDocumentFilter, org.apache.xerces.xni.parser.XMLDocumentSource, org.apache.xerces.xni.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.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XML11NamespaceBinder.java 446761 2006-09-15 21:59:29Z mrglavas $
Author:
Neil Graham, IBM
  • Constructor Details

    • XML11NamespaceBinder

      public XML11NamespaceBinder()
      Default constructor.
  • Method Details