com.sun.tools.xjc.reader.xmlschema
final class RefererFinder extends Object implements XSVisitor
Method Summary | |
---|---|
void | annotation(XSAnnotation ann) |
void | attGroupDecl(XSAttGroupDecl decl) |
void | attributeDecl(XSAttributeDecl decl) |
void | attributeUse(XSAttributeUse use) |
void | complexType(XSComplexType ct) |
void | elementDecl(XSElementDecl e) |
void | empty(XSContentType empty) |
void | facet(XSFacet facet) |
Set<XSComponent> | getReferer(XSComponent src) |
void | identityConstraint(XSIdentityConstraint decl) |
void | modelGroup(XSModelGroup group) |
void | modelGroupDecl(XSModelGroupDecl decl) |
void | notation(XSNotation notation) |
void | particle(XSParticle particle) |
void | schema(XSSchema xs) |
void | schemaSet(XSSchemaSet xss) |
void | simpleType(XSSimpleType simpleType) |
void | wildcard(XSWildcard wc) |
void | xpath(XSXPath xp) |