Class XercesBridge_2_3


  • public class XercesBridge_2_3
    extends org.cyberneko.html.xercesbridge.XercesBridge_2_2
    Xerces bridge for use with Xerces 2.3 and higher
    Author:
    Marc Guillemot
    • Constructor Summary

      Constructors 
      Constructor Description
      XercesBridge_2_3()
      Should fail for Xerces version less than 2.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void NamespaceContext_declarePrefix​(org.apache.xerces.xni.NamespaceContext namespaceContext, java.lang.String ns, java.lang.String avalue)  
      • Methods inherited from class org.cyberneko.html.xercesbridge.XercesBridge_2_2

        getVersion, XMLDocumentFilter_setDocumentSource, XMLDocumentHandler_startDocument, XMLDocumentHandler_startPrefixMapping
      • Methods inherited from class org.cyberneko.html.xercesbridge.XercesBridge

        getInstance, XMLDocumentHandler_endPrefixMapping
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XercesBridge_2_3

        public XercesBridge_2_3()
                         throws java.lang.InstantiationException
        Should fail for Xerces version less than 2.3
        Throws:
        java.lang.InstantiationException - if instantiation failed
    • Method Detail

      • NamespaceContext_declarePrefix

        public void NamespaceContext_declarePrefix​(org.apache.xerces.xni.NamespaceContext namespaceContext,
                                                   java.lang.String ns,
                                                   java.lang.String avalue)
        Overrides:
        NamespaceContext_declarePrefix in class org.cyberneko.html.xercesbridge.XercesBridge