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.
getValue
javax.jcr.Value getValue(int type,
NamePathResolver resolver)
throws javax.jcr.ValueFormatException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.ValueFormatException
javax.jcr.RepositoryException
getInternalValue
InternalValue getInternalValue(int type)
throws javax.jcr.ValueFormatException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.ValueFormatException
javax.jcr.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-2011 Apache Software Foundation. All Rights Reserved.