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_endPrefixMapping
protected XercesBridge_2_2() throws InstantiationException
InstantiationException
- if instantiation failedpublic String getVersion()
XercesBridge
getVersion
in class XercesBridge
public void XMLDocumentHandler_startPrefixMapping(org.apache.xerces.xni.XMLDocumentHandler documentHandler, String prefix, String uri, org.apache.xerces.xni.Augmentations augs)
XercesBridge
XMLDocumentHandler
.XMLDocumentHandler_startPrefixMapping
in class XercesBridge
public 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)
XercesBridge
XMLDocumentHandler
.XMLDocumentHandler_startDocument
in class XercesBridge
public void XMLDocumentFilter_setDocumentSource(org.apache.xerces.xni.parser.XMLDocumentFilter filter, org.apache.xerces.xni.parser.XMLDocumentSource lastSource)
XercesBridge
XMLDocumentFilter
.
This implementation does nothing.XMLDocumentFilter_setDocumentSource
in class XercesBridge
Copyright © 2019. All rights reserved.