org.apache.jackrabbit.core.xml
Interface TextValue


public interface TextValue

TextValue represents a serialized property value read from a System or Document View XML document.


Method Summary
 void dispose()
          Dispose this value, i.e.
 InternalValue getInternalValue(int type)
           
 Value getValue(int type, org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver)
           
 

Method Detail

getValue

Value getValue(int type,
               org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver)
               throws ValueFormatException,
                      RepositoryException
Throws:
ValueFormatException
RepositoryException

getInternalValue

InternalValue getInternalValue(int type)
                               throws ValueFormatException,
                                      RepositoryException
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.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.