|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.lang.ValueDecoder
public final class ValueDecoder
Utility used to decode values from DOM elements.
Constructor Summary | |
---|---|
ValueDecoder()
|
Method Summary | |
---|---|
Value |
decodeValue(Element element)
Build a single value instance from a supplied element. |
Value |
decodeValue(Element element,
Resolver resolver)
Build a single value instance from a supplied element. |
Value[] |
decodeValues(Element[] elements)
Build an array of values for the supplied element array. |
Value[] |
decodeValues(Element[] elements,
Resolver resolver)
Build an array of values for the supplied element array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueDecoder()
Method Detail |
---|
public Value[] decodeValues(Element[] elements)
elements
- the elements
public Value[] decodeValues(Element[] elements, Resolver resolver)
elements
- the elements
public Value decodeValue(Element element)
element
- the element
public Value decodeValue(Element element, Resolver resolver)
element
- the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |