Interface ComplexTypeVisitor<T>
-
- All Known Implementing Classes:
SchemaTransformer,SchemaWalker
public interface ComplexTypeVisitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TvisitComplexContent(ComplexTypeComplexContent t)TvisitNotAllowedContent(ComplexTypeNotAllowedContent t)TvisitSimpleContent(ComplexTypeSimpleContent t)
-
-
-
Method Detail
-
visitComplexContent
T visitComplexContent(ComplexTypeComplexContent t)
-
visitSimpleContent
T visitSimpleContent(ComplexTypeSimpleContent t)
-
visitNotAllowedContent
T visitNotAllowedContent(ComplexTypeNotAllowedContent t)
-
-