org.cybertory.MSS
Class X_FeatureTextureConst

java.lang.Object
  extended byorg.cybertory.MSS.XMLHandler
      extended byorg.cybertory.MSS.XMLHandlerStd
          extended byorg.cybertory.MSS.X_FeatureTextureConst
All Implemented Interfaces:
java.lang.Comparable

public class X_FeatureTextureConst
extends XMLHandlerStd

XML wrapper for FeatureTextureConst.


Field Summary
 
Fields inherited from class org.cybertory.MSS.XMLHandler
handledClass
 
Constructor Summary
X_FeatureTextureConst()
           
 
Method Summary
 java.lang.Object parseElement(org.jdom.Element elem, XMLAltData altData)
          Given a jdom Element object (with children), construct a FeatureTextureConst instance.
 org.jdom.Element schemaTypedef()
          Produces an 'xsd:element' component of an XML schema for the FeatureTextureConst.
 java.lang.String typeDescription()
           
 
Methods inherited from class org.cybertory.MSS.XMLHandlerStd
allowBackwardRef, allowMultiple, needsTypedef, xmlTypeName
 
Methods inherited from class org.cybertory.MSS.XMLHandler
alternateElement, compareTo, extractChildren, getAllHandlers, getHandledClasses, getHandler, getHandlersDefs, getXMLChildFilter, getXMLChildFilter, handledClass, handlersReport, parseChildren, parseRequest, parseXMLDocument, schemaDocument, schemaInContext, schemaInContext, schemaInContext, schemaInContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X_FeatureTextureConst

public X_FeatureTextureConst()
                      throws XMLUnhandledTypeException
Method Detail

typeDescription

public java.lang.String typeDescription()
Overrides:
typeDescription in class XMLHandler

schemaTypedef

public org.jdom.Element schemaTypedef()
                               throws XMLUnhandledTypeException
Produces an 'xsd:element' component of an XML schema for the FeatureTextureConst. Note this is not a typedef.

Specified by:
schemaTypedef in class XMLHandlerStd
Returns:
jdom data structure, rooted with an Element object
Throws:
XMLUnhandledTypeException

parseElement

public java.lang.Object parseElement(org.jdom.Element elem,
                                     XMLAltData altData)
                              throws XMLParseException,
                                     XMLUnhandledTypeException
Given a jdom Element object (with children), construct a FeatureTextureConst instance.

Specified by:
parseElement in class XMLHandlerStd
Parameters:
elem - jdom element describing the object to be instantiated.
altData - the background data context for parsing
Returns:
the instantiated FeatureTextureConst object
Throws:
XMLParseException
XMLUnhandledTypeException