org.w3c.www.webdav
Class DAVEntityTag

java.lang.Object
  extended by org.w3c.www.http.BasicValue
      extended by org.w3c.www.http.HttpEntityTag
          extended by org.w3c.www.webdav.DAVEntityTag
All Implemented Interfaces:
java.lang.Cloneable, HeaderValue

public class DAVEntityTag
extends HttpEntityTag


Field Summary
 
Fields inherited from class org.w3c.www.http.BasicValue
isValid, raw, rlen, roff
 
Constructor Summary
DAVEntityTag(byte[] raw, int off, int len, boolean isnot)
           
 
Method Summary
 boolean isNot()
           
 java.lang.String toString()
          Print this header value as it would be emited.
 
Methods inherited from class org.w3c.www.http.HttpEntityTag
getTag, getValue, invalidateByteValue, isWeak, parse, setTag, setWeak, updateByteValue
 
Methods inherited from class org.w3c.www.http.BasicValue
addBytes, appendValue, checkByteValue, clone, emit, error, setBytes, setString, toExternalForm, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DAVEntityTag

public DAVEntityTag(byte[] raw,
                    int off,
                    int len,
                    boolean isnot)
Method Detail

isNot

public boolean isNot()

toString

public java.lang.String toString()
Description copied from class: BasicValue
Print this header value as it would be emited.

Overrides:
toString in class BasicValue
Returns:
A String representation of this header value.