org.apache.xml.dtm.ref
Class TestDTM

java.lang.Object
  |
  +--org.apache.xml.dtm.ref.TestDTM

public class TestDTM
extends java.lang.Object

Tests the DTM by creating REWRITTEN to use SAX2 ContentHandler APIs -- original draft used an incomplete/incorrect version of SAX1 DocumentHandler, which is being phased out as quickly as we can possibly manage it. %TBD% I _think_ the SAX convention is that "no namespace" is expressed as "" rather than as null (which is the DOM's convention). What should DTM expect? What should it do with the other?


Constructor Summary
TestDTM()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDTM

public TestDTM()
Method Detail

main

public static void main(java.lang.String[] argv)


Copyright © 2001 Apache XML Project. All Rights Reserved.