public interface XSFunction<T> extends XSContentTypeFunction<T>, XSTermFunction<T>
Modifier and Type | Method and Description |
---|---|
T |
annotation(XSAnnotation ann) |
T |
attGroupDecl(XSAttGroupDecl decl) |
T |
attributeDecl(XSAttributeDecl decl) |
T |
attributeUse(XSAttributeUse use) |
T |
complexType(XSComplexType type) |
T |
facet(XSFacet facet) |
T |
identityConstraint(XSIdentityConstraint decl) |
T |
notation(XSNotation notation) |
T |
schema(XSSchema schema) |
T |
xpath(XSXPath xpath) |
empty, particle, simpleType
elementDecl, modelGroup, modelGroupDecl, wildcard
T annotation(XSAnnotation ann)
T attGroupDecl(XSAttGroupDecl decl)
T attributeDecl(XSAttributeDecl decl)
T attributeUse(XSAttributeUse use)
T complexType(XSComplexType type)
T notation(XSNotation notation)
T identityConstraint(XSIdentityConstraint decl)
Copyright © 2021 JBoss by Red Hat. All rights reserved.