edu.stanford.hci.r3.pen.ink
Class InkXMLParser

java.lang.Object
  extended by edu.stanford.hci.r3.pen.ink.InkXMLParser

public class InkXMLParser
extends java.lang.Object

Responsible for Reading from XML Files that have been saved through Ink.saveToXMLFile(File xmlFileDest)

This software is distributed under the BSD License.


Nested Class Summary
static class InkXMLParser.Attributes
          
static class InkXMLParser.Nodes
          
 
Constructor Summary
InkXMLParser(Ink theInk)
           
 
Method Summary
 void parse(java.io.File xmlFileSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InkXMLParser

public InkXMLParser(Ink theInk)
Method Detail

parse

public void parse(java.io.File xmlFileSource)
Parameters:
xmlFileSource -

Copyright 2006 Stanford University