org.eclipse.xsd.util
Class XSDUtil.URICrossReferencer
java.lang.Object
EcoreUtil.CrossReferencer
org.eclipse.xsd.util.XSDUtil.URICrossReferencer
- Enclosing class:
- XSDUtil
- public static class XSDUtil.URICrossReferencer
- extends EcoreUtil.CrossReferencer
A cross referencer that finds each usage of URI or collection of URIs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uris
protected String[] uris
XSDUtil.URICrossReferencer
protected XSDUtil.URICrossReferencer(EObject eObject)
containment
protected boolean containment(EObject eObject)
crossReference
protected boolean crossReference(EObject eObject,
EReference eReference,
EObject crossReferencedEObject)
findURI
protected Map findURI(String uri)
findAllURI
protected Map findAllURI(Collection uris)
find
public static Map find(String uri,
EObject eObject)
findAll
public static Map findAll(Collection uris,
EObject eObject)