Package com.sun.xml.xsom.visitor
Interface XSSimpleTypeVisitor
-
- All Known Implementing Classes:
SchemaTreeTraverser
,SchemaWriter
public interface XSSimpleTypeVisitor
Visitor that works onXSSimpleType
and its derived interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
listSimpleType(XSListSimpleType type)
void
restrictionSimpleType(XSRestrictionSimpleType type)
void
unionSimpleType(XSUnionSimpleType type)
-
-
-
Method Detail
-
listSimpleType
void listSimpleType(XSListSimpleType type)
-
unionSimpleType
void unionSimpleType(XSUnionSimpleType type)
-
restrictionSimpleType
void restrictionSimpleType(XSRestrictionSimpleType type)
-
-