Class AnnotationImpl.LocatorImplUnmodifiable

  • All Implemented Interfaces:
    org.xml.sax.Locator
    Enclosing class:
    AnnotationImpl

    private static class AnnotationImpl.LocatorImplUnmodifiable
    extends org.xml.sax.helpers.LocatorImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setColumnNumber​(int columnNumber)  
      void setLineNumber​(int lineNumber)  
      void setPublicId​(java.lang.String publicId)  
      void setSystemId​(java.lang.String systemId)  
      • Methods inherited from class org.xml.sax.helpers.LocatorImpl

        getColumnNumber, getLineNumber, getPublicId, getSystemId
      • Methods inherited from class java.lang.Object

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

      • LocatorImplUnmodifiable

        private LocatorImplUnmodifiable()
    • Method Detail

      • setColumnNumber

        public void setColumnNumber​(int columnNumber)
        Overrides:
        setColumnNumber in class org.xml.sax.helpers.LocatorImpl
      • setPublicId

        public void setPublicId​(java.lang.String publicId)
        Overrides:
        setPublicId in class org.xml.sax.helpers.LocatorImpl
      • setSystemId

        public void setSystemId​(java.lang.String systemId)
        Overrides:
        setSystemId in class org.xml.sax.helpers.LocatorImpl
      • setLineNumber

        public void setLineNumber​(int lineNumber)
        Overrides:
        setLineNumber in class org.xml.sax.helpers.LocatorImpl