org.apache.xerces.impl

Class XML11NamespaceBinder

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,v 1.5 2004/10/04 21:45:49 mrglavas Exp $

Author: Neil Graham, IBM

UNKNOWN:

Constructor Summary
XML11NamespaceBinder()
Default constructor.
Method Summary
protected booleanprefixBoundToNullURI(String uri, String localpart)

Constructor Detail

XML11NamespaceBinder

public XML11NamespaceBinder()
Default constructor.

Method Detail

prefixBoundToNullURI

protected boolean prefixBoundToNullURI(String uri, String localpart)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.