Class RXElementParser

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.inductiveautomation.rm.archiver.RXElementParser
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler

public class RXElementParser extends DefaultHandler implements LexicalHandler
A class to load an RXElement from aSource using SAX.

This loader really loads "XML Data", not "XML Documents", making sure only childless elements can have value text (eg, no "HellothereWorld")