elements.
Also the RootElement object contains the
serializeToSchema() method, that will create
a schema valid XML file.
- Since:
- 1.0
- Author:
- doergn@users.sourceforge.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_NS_KEY
public static final java.lang.String XML_NS_KEY
- See Also:
- Constant Field Values
XML_NS
public static final java.lang.String XML_NS
- See Also:
- Constant Field Values
XML_SI_KEY
public static final java.lang.String XML_SI_KEY
- See Also:
- Constant Field Values
XML_SI
public static final java.lang.String XML_SI
- See Also:
- Constant Field Values
XML_SCHEMA_LOCATION_KEY
public static final java.lang.String XML_SCHEMA_LOCATION_KEY
- See Also:
- Constant Field Values
XML_SCHEMA_LOCATION
public static final java.lang.String XML_SCHEMA_LOCATION
- See Also:
- Constant Field Values
XML_SCHEMA_VERSION_KEY
public static final java.lang.String XML_SCHEMA_VERSION_KEY
- See Also:
- Constant Field Values
XML_SCHEMA_VERSION
public static final java.lang.String XML_SCHEMA_VERSION
- See Also:
- Constant Field Values
XML_OBSERVATION_CONTAINER
public static final java.lang.String XML_OBSERVATION_CONTAINER
- See Also:
- Constant Field Values
XML_SESSION_CONTAINER
public static final java.lang.String XML_SESSION_CONTAINER
- See Also:
- Constant Field Values
XML_TARGET_CONTAINER
public static final java.lang.String XML_TARGET_CONTAINER
- See Also:
- Constant Field Values
XML_OBSERVER_CONTAINER
public static final java.lang.String XML_OBSERVER_CONTAINER
- See Also:
- Constant Field Values
XML_SITE_CONTAINER
public static final java.lang.String XML_SITE_CONTAINER
- See Also:
- Constant Field Values
XML_SCOPE_CONTAINER
public static final java.lang.String XML_SCOPE_CONTAINER
- See Also:
- Constant Field Values
XML_EYEPIECE_CONTAINER
public static final java.lang.String XML_EYEPIECE_CONTAINER
- See Also:
- Constant Field Values
XML_IMAGER_CONTAINER
public static final java.lang.String XML_IMAGER_CONTAINER
- See Also:
- Constant Field Values
XML_FILTER_CONTAINER
public static final java.lang.String XML_FILTER_CONTAINER
- See Also:
- Constant Field Values
XML_LENS_CONTAINER
public static final java.lang.String XML_LENS_CONTAINER
- See Also:
- Constant Field Values
RootElement
public RootElement()
getObservations
public java.util.Collection getObservations()
getEyepieceList
public java.util.Collection getEyepieceList()
getImagerList
public java.util.Collection getImagerList()
getObserverList
public java.util.Collection getObserverList()
getScopeList
public java.util.Collection getScopeList()
getSessionList
public java.util.Collection getSessionList()
getSiteList
public java.util.Collection getSiteList()
getTargetList
public java.util.Collection getTargetList()
getFilterList
public java.util.Collection getFilterList()
getLensList
public java.util.Collection getLensList()
addObservation
public void addObservation(IObservation observation)
throws SchemaException
- Throws:
SchemaException
addObservations
public void addObservations(java.util.Collection observations)
throws SchemaException
- Throws:
SchemaException
addEyepiece
public void addEyepiece(IEyepiece eyepiece)
throws SchemaException
- Throws:
SchemaException
addEyepieces
public void addEyepieces(java.util.Collection eyepieces)
throws SchemaException
- Throws:
SchemaException
addImager
public void addImager(IImager imager)
throws SchemaException
- Throws:
SchemaException
addImagers
public void addImagers(java.util.Collection imagers)
throws SchemaException
- Throws:
SchemaException
addSite
public void addSite(ISite site)
throws SchemaException
- Throws:
SchemaException
addSites
public void addSites(java.util.Collection sites)
throws SchemaException
- Throws:
SchemaException
addScope
public void addScope(IScope scope)
throws SchemaException
- Throws:
SchemaException
addScopes
public void addScopes(java.util.Collection scopes)
throws SchemaException
- Throws:
SchemaException
addSession
public void addSession(ISession session)
throws SchemaException
- Throws:
SchemaException
addSessions
public void addSessions(java.util.Collection sessions)
throws SchemaException
- Throws:
SchemaException
addObserver
public void addObserver(IObserver observer)
throws SchemaException
- Throws:
SchemaException
addObservers
public void addObservers(java.util.Collection observers)
throws SchemaException
- Throws:
SchemaException
addTarget
public void addTarget(ITarget target)
throws SchemaException
- Throws:
SchemaException
addTargets
public void addTargets(java.util.Collection targets)
throws SchemaException
- Throws:
SchemaException
addFilter
public void addFilter(IFilter filter)
throws SchemaException
- Throws:
SchemaException
addFilters
public void addFilters(java.util.Collection filters)
throws SchemaException
- Throws:
SchemaException
addLens
public void addLens(ILens lens)
throws SchemaException
- Throws:
SchemaException
addLenses
public void addLenses(java.util.Collection lenses)
throws SchemaException
- Throws:
SchemaException
serializeAsXml
public void serializeAsXml(java.io.File xmlFile)
throws SchemaException
- Throws:
SchemaException
getDocument
public org.w3c.dom.Document getDocument()
throws SchemaException
- Throws:
SchemaException