convert.relaxng.output.xsd.basic
Interface ComplexTypeVisitor<T>

All Known Implementing Classes:
SchemaTransformer, SchemaWalker

public interface ComplexTypeVisitor<T>


Method Summary
 T visitComplexContent(ComplexTypeComplexContent t)
           
 T visitNotAllowedContent(ComplexTypeNotAllowedContent t)
           
 T visitSimpleContent(ComplexTypeSimpleContent t)
           
 

Method Detail

visitComplexContent

T visitComplexContent(ComplexTypeComplexContent t)

visitSimpleContent

T visitSimpleContent(ComplexTypeSimpleContent t)

visitNotAllowedContent

T visitNotAllowedContent(ComplexTypeNotAllowedContent t)