org.eclipse.xsd.util
Class XSDUtil.XSDNamedComponentCrossReferencer
java.lang.Object
EcoreUtil.CrossReferencer
org.eclipse.xsd.util.XSDUtil.XSDNamedComponentCrossReferencer
- Enclosing class:
- XSDUtil
- public static class XSDUtil.XSDNamedComponentCrossReferencer
- extends EcoreUtil.CrossReferencer
A cross referencer that finds all XSDNamedComponents and each usage of an XSDNamedComponent.
- See Also:
- Serialized Form
Method Summary |
protected boolean |
containment(EObject eObject)
|
protected boolean |
crossReference(EObject eObject,
EReference eReference,
EObject crossReferencedEObject)
|
static Map |
find(EObject eObject)
Returns a map of all XSDNamedComponent cross references in the content tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDUtil.XSDNamedComponentCrossReferencer
protected XSDUtil.XSDNamedComponentCrossReferencer(EObject eObject)
containment
protected boolean containment(EObject eObject)
crossReference
protected boolean crossReference(EObject eObject,
EReference eReference,
EObject crossReferencedEObject)
find
public static Map find(EObject eObject)
- Returns a map of all XSDNamedComponent cross references in the content tree.