|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.XMLNamespaceBinder | +--org.apache.xerces.impl.XML11NamespaceBinder
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.
Fields inherited from class org.apache.xerces.impl.XMLNamespaceBinder |
ERROR_REPORTER, fDocumentHandler, fDocumentSource, fErrorReporter, fNamespaces, fOnlyPassPrefixMappingEvents, fSymbolTable, NAMESPACES, SYMBOL_TABLE |
Constructor Summary | |
XML11NamespaceBinder()
Default constructor. |
Method Summary | |
protected boolean |
prefixBoundToNullURI(java.lang.String uri,
java.lang.String localpart)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XML11NamespaceBinder()
Method Detail |
protected boolean prefixBoundToNullURI(java.lang.String uri, java.lang.String localpart)
prefixBoundToNullURI
in class XMLNamespaceBinder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |