|
||||||||||
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. |
org.w3c.dom.Element |
importElement
The import element that imported this definition. |
java.lang.String |
localName
The local name. |
java.lang.String |
namespaceURI
The namespace URI. |
XBLOMTemplateElement |
template
The template element for this definition. |
Constructor Summary | |
---|---|
DefaultXBLManager.DefinitionRecord(java.lang.String ns,
java.lang.String ln,
XBLOMDefinitionElement def,
XBLOMTemplateElement t,
org.w3c.dom.Element imp)
Creates a new DefinitionRecord. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object other)
Compares two definition records. |
boolean |
equals(java.lang.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 java.lang.String namespaceURI
public java.lang.String localName
public XBLOMDefinitionElement definition
public XBLOMTemplateElement template
public org.w3c.dom.Element importElement
Constructor Detail |
---|
public DefaultXBLManager.DefinitionRecord(java.lang.String ns, java.lang.String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, org.w3c.dom.Element imp)
Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |