Class ComplexType
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.basic.ComplexType
-
- Direct Known Subclasses:
ComplexTypeAllowedContent,ComplexTypeNotAllowedContent
public abstract class ComplexType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComplexType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract <T> Taccept(ComplexTypeVisitor<T> visitor)booleanisMixed()
-
-
-
Method Detail
-
accept
public abstract <T> T accept(ComplexTypeVisitor<T> visitor)
-
isMixed
public boolean isMixed()
-
-