/[classpath]/classpath/doc/README.jaxp
ViewVC logotype

Diff of /classpath/doc/README.jaxp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Sun Jan 16 15:14:52 2005 UTC revision 1.1.2.2 by gnu_andrew, Sat Sep 10 15:31:33 2005 UTC
# Line 17  PACKAGES Line 17  PACKAGES
17  . gnu.xml.xpath.* ... JAXP XPath implementation  . gnu.xml.xpath.* ... JAXP XPath implementation
18  . gnu.xml.transform.* ... JAXP XSL transformer implementation  . gnu.xml.transform.* ... JAXP XSL transformer implementation
19  . gnu.xml.pipeline.* ... SAX2 event pipeline support  . gnu.xml.pipeline.* ... SAX2 event pipeline support
20    . gnu.xml.stream.* ... StAX pull parser implementation
21  . gnu.xml.util.* ... various XML utility classes  . gnu.xml.util.* ... various XML utility classes
22  . gnu.xml.libxmlj.dom.* ... libxmlj DOM Level 3 Core and XPath  . gnu.xml.libxmlj.dom.* ... libxmlj DOM Level 3 Core and XPath
23  . gnu.xml.libxmlj.sax.* ... libxmlj SAX parser  . gnu.xml.libxmlj.sax.* ... libxmlj SAX parser
# Line 133  To enable the various GNU JAXP factories Line 134  To enable the various GNU JAXP factories
134    GNU XSL transformer:    GNU XSL transformer:
135     -Djavax.xml.transform.TransformerFactory=gnu.xml.transform.TransformerFactoryImpl     -Djavax.xml.transform.TransformerFactory=gnu.xml.transform.TransformerFactoryImpl
136    
137      GNU StAX:
138       -Djavax.xml.stream.XMLEventFactory=gnu.xml.stream.XMLEventFactoryImpl
139       -Djavax.xml.stream.XMLInputFactory=gnu.xml.stream.XMLInputFactoryImpl
140       -Djavax.xml.stream.XMLOutputFactory=gnu.xml.stream.XMLOutputFactoryImpl
141    
142    libxmlj SAX:    libxmlj SAX:
143     -Djavax.xml.parsers.SAXParserFactory=gnu.xml.libxmlj.sax.GnomeSAXParserFactory     -Djavax.xml.parsers.SAXParserFactory=gnu.xml.libxmlj.sax.GnomeSAXParserFactory
144    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26