Class XSDToJavaRunner.CustomizedLogic.ReferenceFinder

java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
org.apache.cxf.maven_plugin.XSDToJavaRunner.CustomizedLogic.ReferenceFinder
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader
Enclosing class:
XSDToJavaRunner.CustomizedLogic

private static final class XSDToJavaRunner.CustomizedLogic.ReferenceFinder extends com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
  • Field Details

    • locator

      private Locator locator
  • Constructor Details

    • ReferenceFinder

      ReferenceFinder(com.sun.tools.xjc.reader.internalizer.DOMForest parent)
  • Method Details

    • setDocumentLocator

      public void setDocumentLocator(Locator l)
      Specified by:
      setDocumentLocator in interface ContentHandler
      Overrides:
      setDocumentLocator in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
    • startElement

      public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
      Specified by:
      startElement in interface ContentHandler
      Overrides:
      startElement in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
      Throws:
      SAXException
    • findExternalResource

      protected String findExternalResource(String nsURI, String localName, Attributes atts)
      Specified by:
      findExternalResource in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl