|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.mwi.mobileok.basic.TestSubResultPosition org.w3c.mwi.mobileok.basic.TestSubResultLineColumnPosition
public final class TestSubResultLineColumnPosition
Represents a line/column position in a textual representation of a Web resource.
Field Summary | |
---|---|
private int |
column
|
private int |
line
|
Constructor Summary | |
---|---|
TestSubResultLineColumnPosition(int line,
int column)
|
Method Summary | |
---|---|
(package private) void |
appendRemainderToTestResultsDOM(org.w3c.dom.Document document,
org.w3c.dom.Element parent)
|
int |
getColumn()
|
int |
getLine()
|
Methods inherited from class org.w3c.mwi.mobileok.basic.TestSubResultPosition |
---|
appendToTestResultsDOM, getMokiID, getType, getUri, isTidied, setMokiID, setTidied, setUri, valueOf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int line
private final int column
Constructor Detail |
---|
TestSubResultLineColumnPosition(int line, int column)
Method Detail |
---|
public int getLine()
public int getColumn()
void appendRemainderToTestResultsDOM(org.w3c.dom.Document document, org.w3c.dom.Element parent)
appendRemainderToTestResultsDOM
in class TestSubResultPosition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |