|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.DefaultXBLManager.DefinitionRecord
protected class DefaultXBLManager.DefinitionRecord
Record class for storing information about an XBL definition.
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 | |
---|---|
DefaultXBLManager.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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String namespaceURI
public String localName
public XBLOMDefinitionElement definition
public XBLOMTemplateElement template
public Element importElement
Constructor Detail |
---|
public DefaultXBLManager.DefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp)
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
public int compareTo(Object other)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |