XSContentTypeFunction<T>
, XSTermFunction<T>
Axis.ModelGroupAxis
, ComponentNameFunction
, NameGetter
, XmlSchemaBuilder
, XSFinder
, XSFunctionFilter
public interface XSFunction<T> extends XSContentTypeFunction<T>, XSTermFunction<T>
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.