import java.util.*; import java.io.*; // ************************************************************************* // The following section has been generated automatically by the XML to Java // conversion application. // ************************************************************************* XMLDoc = " String [ "encoding" "=" String ] "?>" "". basketType = ">" List(contentListUnit). contentListUnit = " fruit "". fruit : lookahead {{6}} apple | lookahead {{3}} orange. XMLpositiveInteger = int. apple = [ "color" "=" String ] "type" "=" "apple" ">" "" XMLpositiveInteger "" "" String "". orange = "type" "=" "orange" ">" "" XMLpositiveInteger "" "" String "". Main = . Preprocessor = . List(S) ~ {S}. visitor ValidateVisitor = . // ************************************************************************* // End of automatically generated section. // *************************************************************************