Package | Description |
---|---|
gov.ncbi.pmc.dtdanalyzer |
Modifier and Type | Method and Description |
---|---|
Location |
Entity.getLocation()
Returns location of the declaration
|
Location |
Element.getLocation()
Returns the location of the element declaration in the DTD (file name and line number)
|
Location |
Attribute.getLocation()
Returns location of the attribute declaration
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.setLocation(Location loc) |
void |
Element.setLocation(Location loc)
Sets the location for this element declaration inside the DTD.
|
void |
Attribute.setLocation(Location l)
Sets location of the attribute declaration
|