CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.xml
Interface DOMFactory

All Known Implementing Classes:
CubeMarkupDOMFactory

public interface DOMFactory

DOMFactory.

Version:
1.0 February 17, 2004 Create..
Author:
Werner Randelshofer

Method Summary
 java.lang.Object create(java.lang.String tagName)
           
 java.lang.String getTagName(DOMStorable o)
          Returns the tag name for the specified object.
 

Method Detail

getTagName

java.lang.String getTagName(DOMStorable o)
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.


create

java.lang.Object create(java.lang.String tagName)

(c) Werner Randelshofer.
All rights reserved.