org.eclipse.higgins.icard.common.io
Class XMLElementFormat

java.lang.Object
  extended by org.eclipse.higgins.icard.common.io.XMLElementFormat
All Implemented Interfaces:
org.eclipse.higgins.icard.io.IElementFormat, org.eclipse.higgins.icard.io.IXMLElementFormat

public class XMLElementFormat
extends Object
implements org.eclipse.higgins.icard.io.IXMLElementFormat


Field Summary
 
Fields inherited from interface org.eclipse.higgins.icard.io.IElementFormat
BINARY_ELEMENT_FORMAT, XML_ELEMENT_FORMAT
 
Constructor Summary
XMLElementFormat(javax.xml.namespace.QName[] elementNames)
           
 
Method Summary
 javax.xml.namespace.QName[] getElementNames()
           
 String getFormatID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLElementFormat

public XMLElementFormat(javax.xml.namespace.QName[] elementNames)
Method Detail

getElementNames

public javax.xml.namespace.QName[] getElementNames()
Specified by:
getElementNames in interface org.eclipse.higgins.icard.io.IXMLElementFormat

getFormatID

public String getFormatID()
Specified by:
getFormatID in interface org.eclipse.higgins.icard.io.IElementFormat