Ýëåêòðîííûé ìàãàçèí íà Java è XML

         

Ìåòîä dolntro, êîòîðûé...



Ëèñòèíã 7.14. Ìåòîä dolntro, êîòîðûé âûâîäèò òåêñò èç òåãà Intro (Interpreter.java)

// <head>
has been set, we are in <body>
public void doIntro(PrintWriter out ){ writeHead( out );
nowBlock = blockNodeList.item(0);
if( nowBlock == null ){ out.println("Error 1 setting up first question.<br>
");
return ; } if( setQnodeInBlock( 0 )== null ){ out.println("Error 2 setting up first question.<br>
");
return ; } checkBlockType( );
// sets the terminal flag out.println( getIntro() );
out.print("<form method=\"POST\" action=\"" );
out.print( actionStr );
out.println("\" >
");
endForm( out, "intro" );
}



Ñîäåðæàíèå ðàçäåëà