com.sun.xml.xsom.visitor |
Visitor pattern support for the com.sun.xml.xsom interfaces.
|
Java Source File Name | Type | Comment |
XSContentTypeFunction.java | Interface | Function object that works on
XSContentType . |
XSContentTypeVisitor.java | Interface | Visitor that works on
XSContentType . |
XSFunction.java | Interface | Function object that works on the entire XML Schema components. |
XSSimpleTypeFunction.java | Interface | Function object that works on
com.sun.xml.xsom.XSSimpleType and its derived interfaces. |
XSSimpleTypeVisitor.java | Interface | Visitor that works on
com.sun.xml.xsom.XSSimpleType and its derived interfaces. |
XSTermFunction.java | Interface | Function object that works on
XSTerm . |
XSTermFunctionWithParam.java | Interface | Function object that works on
XSTerm . |
XSTermVisitor.java | Interface | Visitor that works on
com.sun.xml.xsom.XSTerm . |
XSVisitor.java | Interface | |
XSWildcardFunction.java | Interface | Visits three kinds of
XSWildcard . |
XSWildcardVisitor.java | Interface | Visits three kinds of
XSWildcard . |