Package com.sun.xml.xsom.visitor
Interface XSFunction<T>
- All Superinterfaces:
XSContentTypeFunction<T>,XSTermFunction<T>
- All Known Implementing Classes:
Axis.ModelGroupAxis,ComponentNameFunction,NameGetter,XSFinder,XSFunctionFilter
Function object that works on the entire XML Schema components.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionannotation(XSAnnotation ann) attGroupDecl(XSAttGroupDecl decl) attributeDecl(XSAttributeDecl decl) complexType(XSComplexType type) notation(XSNotation notation) Methods inherited from interface com.sun.xml.xsom.visitor.XSContentTypeFunction
empty, particle, simpleTypeMethods inherited from interface com.sun.xml.xsom.visitor.XSTermFunction
elementDecl, modelGroup, modelGroupDecl, wildcard
-
Method Details
-
annotation
-
attGroupDecl
-
attributeDecl
-
attributeUse
-
complexType
-
schema
-
facet
-
notation
-
identityConstraint
-
xpath
-