com.sun.tools.xjc.reader.internalizer
public abstract class AbstractReferenceFinderImpl extends XMLFilterImpl
Field Summary | |
---|---|
protected DOMForest | parent |
Constructor Summary | |
---|---|
protected | AbstractReferenceFinderImpl(DOMForest _parent) |
Method Summary | |
---|---|
protected abstract String | findExternalResource(String nsURI, String localName, Attributes atts)
IF the given element contains a reference to an external resource,
return its URL.
|
void | setDocumentLocator(Locator locator) |
void | startElement(String namespaceURI, String localName, String qName, Attributes atts) |
Parameters: nsURI Namespace URI of the current element localName Local name of the current element
Returns: It's OK to return a relative URL.