public class XercesBridge_2_2 extends XercesBridge
| Modifier | Constructor and Description |
|---|---|
protected |
XercesBridge_2_2()
Should fail for Xerces version less than 2.2
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion()
Gets the Xerces version used
|
void |
XMLDocumentFilter_setDocumentSource(org.apache.xerces.xni.parser.XMLDocumentFilter filter,
org.apache.xerces.xni.parser.XMLDocumentSource lastSource)
Calls setDocumentSource (if available in the Xerces version used) on the
XMLDocumentFilter. |
void |
XMLDocumentHandler_startDocument(org.apache.xerces.xni.XMLDocumentHandler documentHandler,
org.apache.xerces.xni.XMLLocator locator,
String encoding,
org.apache.xerces.xni.NamespaceContext nscontext,
org.apache.xerces.xni.Augmentations augs)
Calls startDocument on the
XMLDocumentHandler. |
void |
XMLDocumentHandler_startPrefixMapping(org.apache.xerces.xni.XMLDocumentHandler documentHandler,
String prefix,
String uri,
org.apache.xerces.xni.Augmentations augs)
Calls startPrefixMapping on the
XMLDocumentHandler. |
getInstance, NamespaceContext_declarePrefix, XMLDocumentHandler_endPrefixMappingprotected XercesBridge_2_2()
throws InstantiationException
InstantiationException - if instantiation failedpublic String getVersion()
XercesBridgegetVersion in class XercesBridgepublic void XMLDocumentHandler_startPrefixMapping(org.apache.xerces.xni.XMLDocumentHandler documentHandler,
String prefix,
String uri,
org.apache.xerces.xni.Augmentations augs)
XercesBridgeXMLDocumentHandler.XMLDocumentHandler_startPrefixMapping in class XercesBridgepublic void XMLDocumentHandler_startDocument(org.apache.xerces.xni.XMLDocumentHandler documentHandler,
org.apache.xerces.xni.XMLLocator locator,
String encoding,
org.apache.xerces.xni.NamespaceContext nscontext,
org.apache.xerces.xni.Augmentations augs)
XercesBridgeXMLDocumentHandler.XMLDocumentHandler_startDocument in class XercesBridgepublic void XMLDocumentFilter_setDocumentSource(org.apache.xerces.xni.parser.XMLDocumentFilter filter,
org.apache.xerces.xni.parser.XMLDocumentSource lastSource)
XercesBridgeXMLDocumentFilter.
This implementation does nothing.XMLDocumentFilter_setDocumentSource in class XercesBridgeCopyright © 2016. All rights reserved.