public class ComponentNameFunction extends Object implements XSFunction<String>
| Constructor and Description |
|---|
ComponentNameFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
annotation(XSAnnotation ann) |
String |
attGroupDecl(XSAttGroupDecl decl) |
String |
attributeDecl(XSAttributeDecl decl) |
String |
attributeUse(XSAttributeUse use) |
String |
complexType(XSComplexType type) |
String |
elementDecl(XSElementDecl decl) |
String |
empty(XSContentType empty) |
String |
facet(XSFacet facet) |
String |
identityConstraint(XSIdentityConstraint decl) |
String |
modelGroup(XSModelGroup group) |
String |
modelGroupDecl(XSModelGroupDecl decl) |
String |
notation(XSNotation notation) |
String |
particle(XSParticle particle) |
String |
schema(XSSchema schema) |
String |
simpleType(XSSimpleType simpleType) |
String |
wildcard(XSWildcard wc) |
String |
xpath(XSXPath xpath) |
public String annotation(XSAnnotation ann)
annotation in interface XSFunction<String>XSFunction.annotation(XSAnnotation)public String attGroupDecl(XSAttGroupDecl decl)
attGroupDecl in interface XSFunction<String>XSFunction.attGroupDecl(XSAttGroupDecl)public String attributeDecl(XSAttributeDecl decl)
attributeDecl in interface XSFunction<String>XSFunction.attributeDecl(XSAttributeDecl)public String attributeUse(XSAttributeUse use)
attributeUse in interface XSFunction<String>XSFunction.attributeUse(XSAttributeUse)public String complexType(XSComplexType type)
complexType in interface XSFunction<String>XSFunction.complexType(XSComplexType)public String schema(XSSchema schema)
schema in interface XSFunction<String>XSFunction.schema(XSSchema)public String facet(XSFacet facet)
facet in interface XSFunction<String>XSFunction.facet(XSFacet)public String notation(XSNotation notation)
notation in interface XSFunction<String>XSFunction.notation(XSNotation)public String simpleType(XSSimpleType simpleType)
simpleType in interface XSContentTypeFunction<String>XSContentTypeFunction.simpleType(XSSimpleType)public String particle(XSParticle particle)
particle in interface XSContentTypeFunction<String>XSContentTypeFunction.particle(XSParticle)public String empty(XSContentType empty)
empty in interface XSContentTypeFunction<String>XSContentTypeFunction.empty(XSContentType)public String wildcard(XSWildcard wc)
wildcard in interface XSTermFunction<String>XSTermFunction.wildcard(XSWildcard)public String modelGroupDecl(XSModelGroupDecl decl)
modelGroupDecl in interface XSTermFunction<String>XSTermFunction.modelGroupDecl(XSModelGroupDecl)public String modelGroup(XSModelGroup group)
modelGroup in interface XSTermFunction<String>XSTermFunction.modelGroup(XSModelGroup)public String elementDecl(XSElementDecl decl)
elementDecl in interface XSTermFunction<String>XSTermFunction.elementDecl(XSElementDecl)public String identityConstraint(XSIdentityConstraint decl)
identityConstraint in interface XSFunction<String>public String xpath(XSXPath xpath)
xpath in interface XSFunction<String>Copyright © 2005–2017 Oracle Corporation. All rights reserved.