com.sun.xml.xsom.visitor
Interface XSFunction<T>
- All Superinterfaces:
- XSContentTypeFunction<T>, XSTermFunction<T>
public interface XSFunction<T>
- extends XSContentTypeFunction<T>, XSTermFunction<T>
Function object that works on the entire XML Schema components.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
annotation
T annotation(XSAnnotation ann)
attGroupDecl
T attGroupDecl(XSAttGroupDecl decl)
attributeDecl
T attributeDecl(XSAttributeDecl decl)
attributeUse
T attributeUse(XSAttributeUse use)
complexType
T complexType(XSComplexType type)
schema
T schema(XSSchema schema)
facet
T facet(XSFacet facet)
notation
T notation(XSNotation notation)
identityConstraint
T identityConstraint(XSIdentityConstraint decl)
xpath
T xpath(XSXPath xpath)