org.apache.batik.bridge.svg12
protected class DefaultXBLManager.DefinitionRecord extends Object implements Comparable
| Field Summary | |
|---|---|
| XBLOMDefinitionElement | definition
The definition element. |
| Element | importElement
The import element that imported this definition. |
| String | localName
The local name. |
| String | namespaceURI
The namespace URI. |
| XBLOMTemplateElement | template
The template element for this definition. |
| Constructor Summary | |
|---|---|
| DefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp)
Creates a new DefinitionRecord. | |
| Method Summary | |
|---|---|
| int | compareTo(Object other)
Compares two definition records. |
| boolean | equals(Object other)
Returns whether two definition records are the same. |