|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NamedItem
Common interface of all named items in XML documents.
| Method Summary | |
|---|---|
Characters |
getName()
Returns the name of this item. |
Namespace |
getNamespace()
Returns a Namespace object describing the XML namespace to which this item belongs. |
String |
getNameString()
Returns the name of this item as a String. |
boolean |
nameEquals(Characters OtherName)
Determines whether or not this item's name is the same as the sequence of characters represented by a Characters object. |
boolean |
nameEquals(NamedItem NI)
Determines whether or not this item's name is the same as another item's name. |
| Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Item |
|---|
contentEquals, getContent |
| Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range |
|---|
clone, isEmptyTag, isEndTag, isStartTag, isTagWithAttributes, rangeEquals, toString, write |
| Method Detail |
|---|
boolean nameEquals(NamedItem NI)
NI - The item whose name should be compared with this item's name.
true if the item names match, false otherwise.boolean nameEquals(Characters OtherName)
Characters object.
OtherName - A sequence of characters with which this item's name will be compared.
true if the item name matches the supplied character sequence, false
otherwise.Characters getName()
beNamespaceAware has not been invoked, the name may include a
namespace prefix.
String getNameString()
String. If beNamespaceAware has not been invoked, the
name may include a namespace prefix.
Namespace getNamespace()
Namespace object describing the XML namespace to which this item belongs.
Namespace object describing the namespace to which this item belongs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||