DOMLocator


DOMLocator javax.xml.transform.dom

Java 1.4

This class extends SourceLocator to define a method for retrieving a DOM Node object, which is typically used to indicate the source of an error in the transformation process. See SourceLocator and transformerException .

Figure 20-8. javax.xml.transform.dom.DOMLocator

 public interface  DOMLocator  extends javax.xml.transform.SourceLocator {  // Public Instance Methods  org.w3c.dom.Node  getOriginatingNode  ( );   } 



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