org.apache.batik.css
Class CSSOMReadOnlyStyleDeclaration.ValueEntry

java.lang.Object
  |
  +--org.apache.batik.css.CSSOMReadOnlyStyleDeclaration.ValueEntry
Direct Known Subclasses:
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry, CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry, CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry, CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry, CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry, CSSOMReadOnlyStyleDeclaration.UserValueEntry
Enclosing class:
CSSOMReadOnlyStyleDeclaration

protected abstract static class CSSOMReadOnlyStyleDeclaration.ValueEntry
extends java.lang.Object

This interface represents a value entry in the table.


Field Summary
 int hash
          The hash code
 java.lang.String key
          The key
 CSSOMReadOnlyStyleDeclaration.ValueEntry next
          The next entry
 CSSOMReadOnlyValue value
          The value.
 
Constructor Summary
protected CSSOMReadOnlyStyleDeclaration.ValueEntry()
           
 
Method Summary
abstract  int getOrigin()
          Returns the value origin.
abstract  java.lang.String getPriority()
          Returns the priority.
 void initialize(int h, java.lang.String k, CSSOMReadOnlyStyleDeclaration.ValueEntry n)
          Initializes the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public int hash
The hash code

key

public java.lang.String key
The key

value

public CSSOMReadOnlyValue value
The value.

next

public CSSOMReadOnlyStyleDeclaration.ValueEntry next
The next entry
Constructor Detail

CSSOMReadOnlyStyleDeclaration.ValueEntry

protected CSSOMReadOnlyStyleDeclaration.ValueEntry()
Method Detail

getPriority

public abstract java.lang.String getPriority()
Returns the priority.

getOrigin

public abstract int getOrigin()
Returns the value origin.

initialize

public void initialize(int h,
                       java.lang.String k,
                       CSSOMReadOnlyStyleDeclaration.ValueEntry n)
Initializes the value.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.