Class DelegateLocator

  • All Implemented Interfaces:
    org.xml.sax.ext.Locator2, org.xml.sax.Locator

    public class DelegateLocator
    extends java.lang.Object
    implements org.xml.sax.ext.Locator2
    • Field Detail

      • locator

        private final org.xml.sax.Locator locator
    • Constructor Detail

      • DelegateLocator

        public DelegateLocator​(org.xml.sax.Locator locator)
    • Method Detail

      • getColumnNumber

        public int getColumnNumber()
        Specified by:
        getColumnNumber in interface org.xml.sax.Locator
      • getLineNumber

        public int getLineNumber()
        Specified by:
        getLineNumber in interface org.xml.sax.Locator
      • getPublicId

        public java.lang.String getPublicId()
        Specified by:
        getPublicId in interface org.xml.sax.Locator
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface org.xml.sax.Locator
      • getEncoding

        public java.lang.String getEncoding()
        Specified by:
        getEncoding in interface org.xml.sax.ext.Locator2
      • getXMLVersion

        public java.lang.String getXMLVersion()
        Specified by:
        getXMLVersion in interface org.xml.sax.ext.Locator2