CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.cubetwister.doc
Class CubeMarkupDOMFactory

java.lang.Object
  extended by ch.randelshofer.cubetwister.doc.CubeMarkupDOMFactory
All Implemented Interfaces:
DOMFactory

public class CubeMarkupDOMFactory
extends java.lang.Object
implements DOMFactory

CubeMarkupDOMFactory.

Version:
1.0 May 16, 2004 Created.
Author:
Werner Randelshofer

Constructor Summary
CubeMarkupDOMFactory()
          Creates a new instance.
 
Method Summary
 java.lang.Object create(java.lang.String tagName)
           
 java.lang.String getTagName(DOMStorable o)
          Returns the tag name for the specified object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeMarkupDOMFactory

public CubeMarkupDOMFactory()
Creates a new instance.

Method Detail

create

public java.lang.Object create(java.lang.String tagName)
Specified by:
create in interface DOMFactory

getTagName

public java.lang.String getTagName(DOMStorable o)
Description copied from interface: DOMFactory
Returns the tag name for the specified object. Note: The tag names "string", "int", "float", "long", "double", "boolean", "null" are reserved and must not be returned by this operation.

Specified by:
getTagName in interface DOMFactory

(c) Werner Randelshofer.
All rights reserved.