Package com.sun.xml.xsom.visitor
Interface XSSimpleTypeFunction<T>
-
public interface XSSimpleTypeFunction<T>
Function object that works onXSSimpleType
and its derived interfaces.- Author:
- Kohsuke Kawaguchi (kohsuke,kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
listSimpleType(XSListSimpleType type)
T
restrictionSimpleType(XSRestrictionSimpleType type)
T
unionSimpleType(XSUnionSimpleType type)
-
-
-
Method Detail
-
listSimpleType
T listSimpleType(XSListSimpleType type)
-
unionSimpleType
T unionSimpleType(XSUnionSimpleType type)
-
restrictionSimpleType
T restrictionSimpleType(XSRestrictionSimpleType type)
-
-