|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steadystate.css.parser.LocatorImpl
public class LocatorImpl
Implementation of Locator.
| Constructor Summary | |
|---|---|
LocatorImpl(String uri,
int line,
int column)
Creates new LocatorImpl |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getColumnNumber()
Return the column number where the current document event ends. |
int |
getLineNumber()
Return the line number where the current document event ends. |
String |
getUri()
|
String |
getURI()
Return the URI for the current document event. |
int |
hashCode()
|
void |
setColumnNumber(int column)
Set the columnNumber to a new value. |
void |
setLineNumber(int line)
Set the lineNumber to a new value. |
void |
setUri(String uri)
Set the uri to a new value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocatorImpl(String uri,
int line,
int column)
uri - the uriline - the lineNumbercolumn - the columnNumber| Method Detail |
|---|
public String getURI()
The parser must resolve the URI fully before passing it to the application.
getURI in interface org.w3c.css.sac.Locatorpublic String getUri()
public void setUri(String uri)
uri - the new urigetURI()public int getColumnNumber()
getColumnNumber in interface org.w3c.css.sac.LocatorgetLineNumber()public void setColumnNumber(int column)
column - the new columnNumberpublic int getLineNumber()
getLineNumber in interface org.w3c.css.sac.LocatorgetColumnNumber()public void setLineNumber(int line)
line - the new lineNumberpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||