org.bibop.xml.xforge
Interface ParameterValue

All Superinterfaces:
XMLProducer
All Known Implementing Classes:
ParameterValueImpl

public interface ParameterValue
extends XMLProducer

Interface for a parameter value

Version:
1.0
Author:
Alberto Garoffolo

Method Summary
 java.lang.String getText()
          Get a text serialized version of the parameter value
 java.lang.String getXML()
          Get a xml serialized version of the parameter value
 
Methods inherited from interface org.bibop.xml.XMLProducer
setConsumer, setContentHandler, setLexicalHandler, toSax
 

Method Detail

getText

public java.lang.String getText()
                         throws org.xml.sax.SAXException
Get a text serialized version of the parameter value

Throws:
SAXEXception
org.xml.sax.SAXException

getXML

public java.lang.String getXML()
                        throws org.xml.sax.SAXException
Get a xml serialized version of the parameter value

Throws:
SAXEXception
org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.