|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.lucene.messages.advsearch.DAnyFinderAdvSearchCodec
public abstract class DAnyFinderAdvSearchCodec
| Field Summary | |
|---|---|
static java.lang.String |
NS
Namespace. |
| Method Summary | |
|---|---|
static DAnyFinderAdvSearch |
decode(org.w3c.dom.Element eAdvSearch)
Creates a DAnyFinderAdvSearch object from an XML structure. |
static org.w3c.dom.Document |
encode(DAnyFinderAdvSearch dAnyFinderAdvSearch)
Encodes this object's content recursivly into an XML-Document. |
static org.w3c.dom.Element |
encode(DAnyFinderAdvSearch dAnyFinderAdvSearch,
org.w3c.dom.Element element)
Constructs a DAnyFinderAdvSearch object from an XML structure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NS
| Method Detail |
|---|
public static org.w3c.dom.Document encode(DAnyFinderAdvSearch dAnyFinderAdvSearch)
throws AdvSearchException
dAnyFinderAdvSearch - -
AdvSearchException - -
public static org.w3c.dom.Element encode(DAnyFinderAdvSearch dAnyFinderAdvSearch,
org.w3c.dom.Element element)
throws AdvSearchException
dAnyFinderAdvSearch - object to be encoded to XML.element - XML node below which the resulting element will be inserted as an additional child.
AdvSearchException - -
public static DAnyFinderAdvSearch decode(org.w3c.dom.Element eAdvSearch)
throws AdvSearchException
eAdvSearch - element from which to construct the object.
AdvSearchException - if there's an error in the XML structure.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||