org.eclipse.smila.search.utils.search
Class DFieldCodec
java.lang.Object
org.eclipse.smila.search.utils.search.DFieldCodec
public abstract class DFieldCodec
- extends java.lang.Object
|
Field Summary |
static java.lang.String |
NS
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS
public static final java.lang.String NS
- See Also:
- Constant Field Values
DFieldCodec
public DFieldCodec()
decode
public static DField decode(org.w3c.dom.Element element)
throws DSearchException
- Throws:
DSearchException
decodeStandardValues
public static void decodeStandardValues(DField dField,
org.w3c.dom.Element element)
throws DSearchException
- Throws:
DSearchException
encode
public static org.w3c.dom.Element encode(DField dField,
org.w3c.dom.Element element)
throws DSearchException
- Throws:
DSearchException
encodeStandardValues
public static void encodeStandardValues(DField dField,
org.w3c.dom.Element element)
throws DSearchException
- Throws:
DSearchException
getParameter
public static IParameter getParameter(org.w3c.dom.Element element)
throws DSearchException
- Throws:
DSearchException