org.apache.batik.dom.util
Class DocumentDescriptor
java.lang.Object
|
+--org.apache.batik.dom.util.DocumentDescriptor
- public class DocumentDescriptor
- extends java.lang.Object
This class contains informations about a document.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITIAL_CAPACITY
protected static final int INITIAL_CAPACITY
- The table initial capacity
table
protected DocumentDescriptor.Entry[] table
- The underlying array
count
protected int count
- The number of entries
DocumentDescriptor
public DocumentDescriptor()
- Creates a new table.
getNumberOfElements
public int getNumberOfElements()
- Returns the number of elements in the document.
getLocationLine
public int getLocationLine(Element elt)
- Returns the location in the source file of the end element.
- Returns:
- zero if the information is unknown.
setLocationLine
public void setLocationLine(Element elt,
int line)
- Sets the location in the source file of the end element.
rehash
protected void rehash()
- Rehash the table
Copyright © 2002 Apache Software Foundation. All Rights Reserved.