Package | Description |
---|---|
gov.ncbi.pmc.dtdanalyzer |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.getAttribute(String elementName,
String attributeName)
Returns the specified Attribute using the element name and the attribute
name; null if no matching attribute is in the collection.
|
Attribute |
AttributeIterator.next()
Returns the next Attribute in the collection
|
Modifier and Type | Method and Description |
---|---|
void |
Attributes.addAttribute(Attribute attribute)
Adds Attribute to the collection
|
boolean |
Attributes.hasAttribute(Attribute attribute) |