Jeospace API

org.jeospace.xml
Class TLEReader

java.lang.Object
  extended byorg.jeospace.xml.XMLReaderAdapter
      extended byorg.jeospace.xml.TLEReader
All Implemented Interfaces:
org.xml.sax.XMLReader

public class TLEReader
extends XMLReaderAdapter

An XMLReader for parsing NORAD TLEs (Two-Line Elements) into an XML representation.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
InputSource

Constructor Summary
TLEReader()
          Constructor
 
Method Summary
 void parse(org.xml.sax.InputSource input)
          Parse a document from an InputSource.
 
Methods inherited from class org.jeospace.xml.XMLReaderAdapter
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLEReader

public TLEReader()
Constructor

Method Detail

parse

public void parse(org.xml.sax.InputSource input)
           throws java.io.IOException,
                  org.xml.sax.SAXException
Parse a document from an InputSource.

Specified by:
parse in interface org.xml.sax.XMLReader
Overrides:
parse in class XMLReaderAdapter
Throws:
java.io.IOException
org.xml.sax.SAXException

Jeospace API

Copyright © 2006 - jeospace.org