Package org.apache.cxf.maven_plugin
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 Summary
FieldsFields inherited from class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringfindExternalResource(String nsURI, String localName, Attributes atts) voidvoidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Methods inherited from class 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, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
Field Details
-
locator
-
-
Constructor Details
-
ReferenceFinder
ReferenceFinder(com.sun.tools.xjc.reader.internalizer.DOMForest parent)
-
-
Method Details
-
setDocumentLocator
- Specified by:
setDocumentLocatorin interfaceContentHandler- Overrides:
setDocumentLocatorin classcom.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
-
startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classcom.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl- Throws:
SAXException
-
findExternalResource
- Specified by:
findExternalResourcein classcom.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
-