net.sf.nxqd
Class NxqdXMLValue

java.lang.Object
  extended by net.sf.nxqd.NxqdValue
      extended by net.sf.nxqd.NxqdXMLValue

public class NxqdXMLValue
extends NxqdValue

Version:
1.0
Author:
webhiker

Constructor Summary
NxqdXMLValue(Document document)
           
NxqdXMLValue(String xmlString)
           
 
Method Summary
 Document asDocument()
           
 String asString()
           
 
Methods inherited from class net.sf.nxqd.NxqdValue
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NxqdXMLValue

public NxqdXMLValue(Document document)
             throws NxqdException
Throws:
NxqdException

NxqdXMLValue

public NxqdXMLValue(String xmlString)
             throws NxqdException
Throws:
NxqdException
Method Detail

asDocument

public Document asDocument()
                    throws NxqdException
Throws:
NxqdException

asString

public String asString()
                throws NxqdException
Throws:
NxqdException


Copyright © 2005-2006 nxqd. All Rights Reserved.