Package org.apache.jackrabbit.core.xml
Interface TextValue
-
public interface TextValueTextValuerepresents a serialized property value read from a System or Document View XML document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Dispose this value, i.e.InternalValuegetInternalValue(int type)ValuegetValue(int type, NamePathResolver resolver)
-
-
-
Method Detail
-
getValue
Value getValue(int type, NamePathResolver resolver) throws ValueFormatException, RepositoryException
-
getInternalValue
InternalValue getInternalValue(int type) throws ValueFormatException, RepositoryException
-
dispose
void dispose()
Dispose this value, i.e. free all bound resources. Once a value has been disposed, further method invocations will cause an IOException to be thrown.
-
-