Xindice API
version 1.2m1

org.apache.xindice.webadmin
Class PartialResponse.Content

java.lang.Object
  extended byorg.apache.xindice.webadmin.PartialResponse.Content
Enclosing class:
PartialResponse

public static class PartialResponse.Content
extends Object

Content class holds request-specific information in a tree-like structure. Every element of this tree can either be empty, have a text value or hold children elements.


Constructor Summary
PartialResponse.Content(String name)
           
PartialResponse.Content(String name, String value)
           
 
Method Summary
 void addChild(PartialResponse.Content child)
           
 PartialResponse.Content addChild(String name)
           
 PartialResponse.Content addChild(String name, String value)
           
 String getValue()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialResponse.Content

public PartialResponse.Content(String name)

PartialResponse.Content

public PartialResponse.Content(String name,
                               String value)
Method Detail

setValue

public void setValue(String value)

addChild

public PartialResponse.Content addChild(String name)

addChild

public PartialResponse.Content addChild(String name,
                                        String value)

addChild

public void addChild(PartialResponse.Content child)

getValue

public String getValue()

toString

public String toString()

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.