org.w3c.mwi.mobileok.basic
Class TestSubResultBytePosition

java.lang.Object
  extended by org.w3c.mwi.mobileok.basic.TestSubResultPosition
      extended by org.w3c.mwi.mobileok.basic.TestSubResultBytePosition

public final class TestSubResultBytePosition
extends TestSubResultPosition

Represents a position as a byte offset in a binary representation of a Web resource.

The class is typically used in the PreprocessorResults class to check the validity of images.

Version:
$Revision: 1.1 $
Author:
The W3C mobileOK Checker Task Force

Field Summary
private  int offset
           
 
Constructor Summary
TestSubResultBytePosition(int offset)
           
 
Method Summary
(package private)  void appendRemainderToTestResultsDOM(org.w3c.dom.Document document, org.w3c.dom.Element parent)
           
 int getOffset()
           
 
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

offset

private final int offset
Constructor Detail

TestSubResultBytePosition

TestSubResultBytePosition(int offset)
Method Detail

getOffset

public int getOffset()

appendRemainderToTestResultsDOM

void appendRemainderToTestResultsDOM(org.w3c.dom.Document document,
                                     org.w3c.dom.Element parent)
Specified by:
appendRemainderToTestResultsDOM in class TestSubResultPosition