Class XercesBridge_2_2
- java.lang.Object
-
- org.codelibs.nekohtml.xercesbridge.XercesBridge
-
- org.codelibs.nekohtml.xercesbridge.XercesBridge_2_2
-
- Direct Known Subclasses:
XercesBridge_2_3
public class XercesBridge_2_2 extends XercesBridge
Xerces bridge for use with Xerces 2.2 and higher- Author:
- Marc Guillemot
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXercesBridge_2_2()Should fail for Xerces version less than 2.2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVersion()Gets the Xerces version usedvoidXMLDocumentFilter_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 theXMLDocumentFilter.voidXMLDocumentHandler_startDocument(org.apache.xerces.xni.XMLDocumentHandler documentHandler, org.apache.xerces.xni.XMLLocator locator, java.lang.String encoding, org.apache.xerces.xni.NamespaceContext nscontext, org.apache.xerces.xni.Augmentations augs)Calls startDocument on theXMLDocumentHandler.voidXMLDocumentHandler_startPrefixMapping(org.apache.xerces.xni.XMLDocumentHandler documentHandler, java.lang.String prefix, java.lang.String uri, org.apache.xerces.xni.Augmentations augs)Calls startPrefixMapping on theXMLDocumentHandler.-
Methods inherited from class org.codelibs.nekohtml.xercesbridge.XercesBridge
getInstance, NamespaceContext_declarePrefix, XMLDocumentHandler_endPrefixMapping
-
-
-
-
Method Detail
-
getVersion
public java.lang.String getVersion()
Description copied from class:XercesBridgeGets the Xerces version used- Specified by:
getVersionin classXercesBridge- Returns:
- the version
-
XMLDocumentHandler_startPrefixMapping
public void XMLDocumentHandler_startPrefixMapping(org.apache.xerces.xni.XMLDocumentHandler documentHandler, java.lang.String prefix, java.lang.String uri, org.apache.xerces.xni.Augmentations augs)Description copied from class:XercesBridgeCalls startPrefixMapping on theXMLDocumentHandler.- Overrides:
XMLDocumentHandler_startPrefixMappingin classXercesBridge
-
XMLDocumentHandler_startDocument
public void XMLDocumentHandler_startDocument(org.apache.xerces.xni.XMLDocumentHandler documentHandler, org.apache.xerces.xni.XMLLocator locator, java.lang.String encoding, org.apache.xerces.xni.NamespaceContext nscontext, org.apache.xerces.xni.Augmentations augs)Description copied from class:XercesBridgeCalls startDocument on theXMLDocumentHandler.- Specified by:
XMLDocumentHandler_startDocumentin classXercesBridge
-
XMLDocumentFilter_setDocumentSource
public void XMLDocumentFilter_setDocumentSource(org.apache.xerces.xni.parser.XMLDocumentFilter filter, org.apache.xerces.xni.parser.XMLDocumentSource lastSource)Description copied from class:XercesBridgeCalls setDocumentSource (if available in the Xerces version used) on theXMLDocumentFilter. This implementation does nothing.- Overrides:
XMLDocumentFilter_setDocumentSourcein classXercesBridge
-
-