共 6篇 前 2 页:    每页5篇 下一页  

xml

〖摘要:〗


package xml.stax;

import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;

import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.events.XMLEvent;

import com.bea.xml.stream.XMLEventReaderBase;



public class XMLParserEventReader {
  public static void main(String[] args) {
 &nbs
继续阅读其余的  2033 字
irini   2007-04-05 16:16:53 阅读:28  评论:0  引用:0
〖摘要:〗

所需包:stax-1.2.0.jar、jsr173_07_api.jar、jsr173_07_ri.jar

import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;

import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamConstants;
import javax.xml.stream.XMLStreamReader;

public class WellFormPrint {
public static void main(String[] args) {
int top = 0
继续阅读其余的  3994 字
irini   2007-04-05 16:13:57 阅读:80  评论:0  引用:0
DTD
〖摘要:〗
<p>1. DTD简介</p> <p>DTD(Document......
继续阅读其余的  9887 字
irini   2006-02-03 16:03:46 阅读:606  评论:0  引用:0
〖摘要:〗
在www.w3schools.com上学xslt后的一点总结
继续阅读其余的  14215 字
irini   2006-02-01 13:22:46 阅读:297  评论:0  引用:0
〖摘要:〗
1. SAX ( Simple Application interface for XML ), 是......
继续阅读其余的  5965 字
irini   2005-12-25 22:57:34 阅读:325  评论:2  引用:0
〖摘要:〗
1. DOM(Document Object Model)是一个文档对象组成的模型,这个模型将xml......
继续阅读其余的  6095 字
irini   2005-12-25 22:56:32 阅读:334  评论:0  引用:0
Copyright@2008 powered by YuLog