colladaLoader.xmlMapping
Class SubTag

java.lang.Object
  extended by colladaLoader.xmlMapping.SubTag
Direct Known Subclasses:
Lines, NewParam, Source, Triangles, Vertices

abstract class SubTag
extends java.lang.Object

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

Description: some xml-Subtags have common behavior. Such Helper-Classes implement the following Methods

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Constructor Summary
SubTag()
           
 
Method Summary
(package private) abstract  java.lang.String getID()
          returns the ID of this xml-tag
(package private) abstract  java.lang.String getNextSource()
          links to the next sub-tag (if exists)to get more informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubTag

SubTag()
Method Detail

getNextSource

abstract java.lang.String getNextSource()
links to the next sub-tag (if exists)to get more informations. Otherwise it returns the ID

Returns:
the next Tag-ID or source, whatever

getID

abstract java.lang.String getID()
returns the ID of this xml-tag

Returns:
the tag-ID