Locator2Impl


Locator2Impl org.xml.sax.ext

Java 5.0

This class extends the org.xml.sax.helpers.LocatorImpl class to make it implement the Locator2 interface.

Figure 22-12. org.xml.sax.ext.Locator2Impl

 public class  Locator2Impl  extends org.xml.sax.helpers.LocatorImpl implements Locator2 {  // Public Constructors  public  Locator2Impl  ( );        public  Locator2Impl  (org.xml.sax.Locator  locator  );  // Public Instance Methods  public void  setEncoding  (String  encoding  );        public void  setXMLVersion  (String  version  );  // Methods Implementing Locator2  public String  getEncoding  ( );  default:null  public String  getXMLVersion  ( );  default:null  } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net