Save This Page
Home » openjdk-7 » com.sun.tools.internal » xjc » reader » internalizer » [javadoc | source]
com.sun.tools.internal.xjc.reader.internalizer
class: DOMForestScanner.LocationResolver [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.XMLFilterImpl
      com.sun.tools.internal.xjc.reader.internalizer.DOMForestScanner$LocationResolver

All Implemented Interfaces:
    Locator, ContentHandler, DTDHandler, ErrorHandler, XMLFilter, EntityResolver

Intercepts the invocation of the setDocumentLocator method and passes itself as the locator. If the client calls one of the methods on the Locator interface, use the LocatorTable to resolve the source location.
Constructor:
 LocationResolver(DOMScanner _parent) 
Method from com.sun.tools.internal.xjc.reader.internalizer.DOMForestScanner$LocationResolver Summary:
endElement,   getColumnNumber,   getLineNumber,   getPublicId,   getSystemId,   setDocumentLocator,   startElement
Methods from org.xml.sax.helpers.XMLFilterImpl:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   getContentHandler,   getDTDHandler,   getEntityResolver,   getErrorHandler,   getFeature,   getParent,   getProperty,   ignorableWhitespace,   notationDecl,   parse,   parse,   processingInstruction,   resolveEntity,   setContentHandler,   setDTDHandler,   setDocumentLocator,   setEntityResolver,   setErrorHandler,   setFeature,   setParent,   setProperty,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.internal.xjc.reader.internalizer.DOMForestScanner$LocationResolver Detail:
 public  void endElement(String namespaceURI,
    String localName,
    String qName) throws SAXException 
 public int getColumnNumber() 
 public int getLineNumber() 
 public String getPublicId() 
 public String getSystemId() 
 public  void setDocumentLocator(Locator locator) 
 public  void startElement(String namespaceURI,
    String localName,
    String qName,
    Attributes atts) throws SAXException