A B C D E F G H I J K L M N O P R S T U V W X

T

TablesAlternativesTest - Class in org.w3c.mwi.mobileok.basic
Implements the TABLES_ALTERNATIVES mobileOK test.
TablesAlternativesTest() - Constructor for class org.w3c.mwi.mobileok.basic.TablesAlternativesTest
 
TablesLayoutTest - Class in org.w3c.mwi.mobileok.basic
Implements the TABLES_LAYOUT mobileOK test.
TablesLayoutTest() - Constructor for class org.w3c.mwi.mobileok.basic.TablesLayoutTest
 
TablesNestedTest - Class in org.w3c.mwi.mobileok.basic
Implements the TABLES_NESTED mobileOK test.
TablesNestedTest() - Constructor for class org.w3c.mwi.mobileok.basic.TablesNestedTest
 
Tester - Class in org.w3c.mwi.mobileok.basic
Runs tests on an HTTP(S) resource identified by its URI.
Tester(URI) - Constructor for class org.w3c.mwi.mobileok.basic.Tester
Creates a class instance bound to a URI.
Tester(File) - Constructor for class org.w3c.mwi.mobileok.basic.Tester
Creates a class instance bound to a file.
TesterConfiguration - Class in org.w3c.mwi.mobileok.basic
Encapsulates configuration options that determine how the Checker behaves in terms of resource preprocessing and tests checking.
TesterConfiguration(ResourceRetrieverFactory, DecodedContentFactory, List<ResourceExtractor>, List<TestImplementation>, Map<String, Object>) - Constructor for class org.w3c.mwi.mobileok.basic.TesterConfiguration
Creates a new instance of a tester configuration.
TestException - Exception in org.w3c.mwi.mobileok.basic
An exception thrown when an internal, unexpected testing error is encountered.
TestException(String) - Constructor for exception org.w3c.mwi.mobileok.basic.TestException
Constructs a new exception with the specified detail message.
TestException(Throwable) - Constructor for exception org.w3c.mwi.mobileok.basic.TestException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
TestException(String, Throwable) - Constructor for exception org.w3c.mwi.mobileok.basic.TestException
Constructs a new exception with the specified detail message and cause.
TestImplementation - Interface in org.w3c.mwi.mobileok.basic
Tests that may be run by the Checker must implement the TestImplementation interface.
TestOutcome - Enum in org.w3c.mwi.mobileok.basic
Represents the outcome of a test, a subtest, or a series of tests.
TestOutcome() - Constructor for enum org.w3c.mwi.mobileok.basic.TestOutcome
 
TestResult - Class in org.w3c.mwi.mobileok.basic
Encapsulates the outcome of a single test.
TestResult(String) - Constructor for class org.w3c.mwi.mobileok.basic.TestResult
 
TestResults - Class in org.w3c.mwi.mobileok.basic
Encapsulates tests outcomes.
TestResults() - Constructor for class org.w3c.mwi.mobileok.basic.TestResults
 
testResultsDOM - Variable in class org.w3c.mwi.mobileok.basic.TestResults
 
tests - Variable in class org.w3c.mwi.mobileok.basic.TesterConfiguration
List of tests that need to be applied to the moki representation.
TestSubResult - Class in org.w3c.mwi.mobileok.basic
Encapsulates the outcome of a single subtest.
TestSubResult(String, int, TestOutcome, String, String, TestSubResultPosition) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResult
 
TestSubResult(Element) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResult
 
TestSubResultBytePosition - Class in org.w3c.mwi.mobileok.basic
Represents a position as a byte offset in a binary representation of a Web resource.
TestSubResultBytePosition(int) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResultBytePosition
 
TestSubResultGeneralPosition - Class in org.w3c.mwi.mobileok.basic
Represents a position that merely consists of the URI of the Web resource.
TestSubResultGeneralPosition() - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResultGeneralPosition
 
TestSubResultHeaderPosition - Class in org.w3c.mwi.mobileok.basic
Represents a position that is an HTTP header field of a Web resource.
TestSubResultHeaderPosition(String) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResultHeaderPosition
 
TestSubResultLineColumnPosition - Class in org.w3c.mwi.mobileok.basic
Represents a line/column position in a textual representation of a Web resource.
TestSubResultLineColumnPosition(int, int) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResultLineColumnPosition
 
TestSubResultPosition - Class in org.w3c.mwi.mobileok.basic
Abstract class that defines the position or the resource that made a TestSubResult subtest WARN or FAIL.
TestSubResultPosition(TestSubResultPositionType) - Constructor for class org.w3c.mwi.mobileok.basic.TestSubResultPosition
 
TestSubResultPositionType - Enum in org.w3c.mwi.mobileok.basic
Enumerates the different types of positions that may be set in subtests that return a WARN or a FAIL.
TestSubResultPositionType() - Constructor for enum org.w3c.mwi.mobileok.basic.TestSubResultPositionType
 
testType - Variable in class org.w3c.mwi.mobileok.basic.TestSubResult
 
TestType - Enum in org.w3c.mwi.mobileok.basic
Enumerates the individual tests run by the mobileOK Checker.
TestType() - Constructor for enum org.w3c.mwi.mobileok.basic.TestType
 
TextContent - Class in org.w3c.mwi.mobileok.basic
Base class that represents an UTF-8 encoded text content.
TextContent(URI, List<RetrievalElement>) - Constructor for class org.w3c.mwi.mobileok.basic.TextContent
Creates a class instance bound to a URI.
ThirdPartiesMessageUtils - Class in org.w3c.mwi.mobileok.basic
Static helper class that provides methods to convert error messages returned by third partiy tools to ValidationByteMessage messages.
ThirdPartiesMessageUtils() - Constructor for class org.w3c.mwi.mobileok.basic.ThirdPartiesMessageUtils
 
threadPool - Variable in class org.w3c.mwi.mobileok.basic.Preprocessor
Thread manager service used to monitor progress on asynchronous resources retrieval.
tidied - Variable in class org.w3c.mwi.mobileok.basic.TestSubResultPosition
 
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.CssContent
Serializes the content to its moki representation as a DOM node.
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.DecodedContent
Serializes the content to its moki representation as a DOM node.
toMokiNode(Document, Node, ResourceContext) - Method in class org.w3c.mwi.mobileok.basic.FailedRetrievalElement
 
toMokiNode(Document, Node, ResourceContext) - Method in class org.w3c.mwi.mobileok.basic.FragmentRetrievalElement
Serializes the retrieval element to its moki representation as a DOM node, and in practice returns null because fragment content is by definition embedded in some other resource, and thus was not retrieved per se.
toMokiNode(Document, Node, ResourceContext) - Method in class org.w3c.mwi.mobileok.basic.HttpRetrievalElement
 
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.ImageContent
 
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.NotSupportedContent
 
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.NotSupportedImageContent
 
toMokiNode(Document) - Method in class org.w3c.mwi.mobileok.basic.Resource
Serializes the resource to a moki node.
toMokiNode(Document, Node, ResourceContext) - Method in interface org.w3c.mwi.mobileok.basic.RetrievalElement
Serializes the retrieval element to its moki representation as a DOM node.
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.RetrievalFailedContent
 
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.TextContent
Serializes the content to its moki representation as a DOM node, and in practice returns null because there is no defined moki representation for generic text content.
toMokiNode(Document, Node) - Method in class org.w3c.mwi.mobileok.basic.XhtmlContent
Serializes the content to its moki representation as a DOM node.
toString() - Method in class org.w3c.mwi.mobileok.basic.AbstractTestImplementation
 
toString() - Method in enum org.w3c.mwi.mobileok.basic.HTTPErrorsType
Returns the mobileOK name of an HTTP error.
totalChars - Variable in class org.w3c.mwi.mobileok.basic.XhtmlContent
Total number of characters.
transparency - Variable in class org.w3c.mwi.mobileok.basic.GifImageContent
True when the image uses transparency (GIF images only).
transparency - Variable in class org.w3c.mwi.mobileok.basic.JpegImageContent
True when the image uses transparency (GIF images only).
trustManager - Variable in class org.w3c.mwi.mobileok.basic.MobileOKSSLProtocolSocketFactory
 
type - Variable in class org.w3c.mwi.mobileok.basic.CssContent
Type of CSS represented by this instance.
type - Variable in class org.w3c.mwi.mobileok.basic.TestResult
 
type - Variable in class org.w3c.mwi.mobileok.basic.TestSubResultPosition
 

A B C D E F G H I J K L M N O P R S T U V W X