Class XML11NamespaceBinder
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.XMLNamespaceBinder
-
- org.smooks.engine.delivery.sax.ng.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$
- Author:
- Neil Graham, IBM
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.XMLNamespaceBinder
ERROR_REPORTER, fDocumentHandler, fDocumentSource, fErrorReporter, fNamespaces, fOnlyPassPrefixMappingEvents, fSymbolTable, NAMESPACES, SYMBOL_TABLE
-
-
Constructor Summary
Constructors Constructor Description XML11NamespaceBinder()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
prefixBoundToNullURI(String uri, String localpart)
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.XMLNamespaceBinder
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentHandler, getDocumentSource, getFeatureDefault, getOnlyPassPrefixMappingEvents, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, handleEndElement, handleStartElement, ignorableWhitespace, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setOnlyPassPrefixMappingEvents, setProperty, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, xmlDecl
-
-
-
-
Method Detail
-
prefixBoundToNullURI
protected boolean prefixBoundToNullURI(String uri, String localpart)
- Overrides:
prefixBoundToNullURI
in classXMLNamespaceBinder
-
-