代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/128331/14304751
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;【创建人及创建日期】龚俊//2002年12月19日19:17
;【修改
www.eeworm.com/read/127767/14336026
txt e550. determining the parsing location of an xml sax parser.txt
To get the current URI and location of a SAX parser during parsing, you need to obtain a Locator object. This object can be obtained by installing a ContentHandler and overriding the setDocumentLocato
www.eeworm.com/read/127767/14336153
txt e517. the quintessential program to parse an xml file using sax.txt
import java.io.*;
import javax.xml.parsers.*;
import org.xml.sax.*;
import org.xml.sax.helpers.*;
public class BasicSax {
public static void main(String[] args) {
www.eeworm.com/read/127767/14336707
txt e523. generating sax parsing events by traversing a dom document.txt
If you have developed a set of handlers for SAX events, it is possible to use these handlers on a source other than a file. This example demonstrates how to use the handlers on a DOM document.
/
www.eeworm.com/read/127767/14336764
txt e391. writing log records to a log file.txt
To make a logger write log records to a file, you need to add a file handler to the logger.
try {
// Create a file handler that write log record to a file called my.log
FileHan
www.eeworm.com/read/127767/14337364
txt e392. writing log records to standard error.txt
To make a logger print log records on standard error, you need to add a ConsoleHandler to the logger.
// Create a console handler
ConsoleHandler handler = new ConsoleHandler();
/
www.eeworm.com/read/127767/14337619
txt e643. handling events with an anonymous class.txt
If an event handler is specific to a component (that is, not shared by other components), there is no need to declare a class to handle the event. The event handler can be implemented using an anonymo
www.eeworm.com/read/127742/14338202
asm lh7a404_vectors.asm
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; $Workfile: lh7a404_vectors.asm $
; $Revision: 1.0 $
; $Author: WellsK $
; $Date: Jun 30 2003 16:32:46 $
;
www.eeworm.com/read/126556/14416855
s 44binit.s
;****************************************************************************
; Name : 44BINIT.S *
; Modified : GongJun 2004-4-26 20:26 *
;