Package | Description |
---|---|
gov.ncbi.pmc.dtdanalyzer |
Modifier and Type | Method and Description |
---|---|
AttributeIterator |
Attributes.getAttributeIterator()
Returns an iterator of all the Attributes in the collection
|
AttributeIterator |
Attributes.getAttributesByElementName(String eName)
Returns all attributes declared for a specific element.
|
AttributeIterator |
Attributes.getAttributesByName(String aName)
Returns all attributes that have the specified name.
|