Uses of Package
org.w3c.mwi.mobileok.basic

Classes in org.w3c.mwi.mobileok.basic used by org.w3c.mwi.mobileok.basic
AbstractCSSTestImplementation
          Abstract implementation of AbstractTestImplementation that provides helper methods to parse the CSS styles (whether inline, embedded or external) defined in the Web resource under test.
AbstractCSSTestImplementation.TestErrorInfo
           
AbstractTestImplementation
          Abstract implementation of the TestImplementation interface for test implementations that return the outcome of the test as a DOM tree.
AbstractXSLTTestImplementation
          Abstract implementation of AbstractTestImplementation for tests that apply an XSL stylesheets to the DOM moki representation of the Web resource returned by PreprocessorResults.getMokiDocument().
CssContent
          Represents a CSS content.
CssContent.CssType
          Describes the different types of CSS content that may be handled.
DecodedContent
          Represents the decoded content of a resource.
DecodedContentFactory
          Interface that must be implemented by resource factories.
FragmentBoxType
          Defines the different boxing types of a resource fragment.
HeaderParseMethod
          Enumerates the possible HTTP header fields values parsing rules and maps well-known HTTP header fields to parsing rules.
HostnameVerifier
          Interface for checking if a hostname matches the names stored in an X.509 certificate.
HTTPErrorsType
          Enumerates all the possible HTTPS and HTTP Response errors that may be returned by the Preprocessor while trying to create the internal moki representation of the Web resource under test.
ImageContent
          Abstract class that represents an image resource with a defined width and height.
MobileOKTrustManager
          Trust manager that checks the validity of an X509 server certificate against the mobileOK trust rules defined in the HTTPS section of the W3C mobileOK Basic Tests 1.0 standard.
Preprocessor
          Creates the intermediate moki representation of an HTTP(S) resource from its URI.
Preprocessor.ProcessingElement
          Internal private class to hold a Resource along with a boolean that tells whether the resource has been processed or not.
PreprocessorResults
          Encapsulates the moki representation of a primary Web resource and of all the Web resources it might import, embed, or link to.
Resource
          Encapsulates information and basic functionality to represent Web resources.
Resource.LoadType
          Describes the different ways that a typical browser would handle a resource.
ResourceContext
          The ResourceType class is an extensible enumeration of the types of resources that may be handled by the Checker.
ResourceExtractor
          Interface that must be implemented by all resource extractors.
ResourceRetriever
          Interface that must be implemented by Web resource retrievers.
ResourceRetrieverFactory
          Interface that must be implemented by resource retriever factories.
RetrievalElement
          Interface that represents a client/server exchange when a Web resource is being retrieved.
TesterConfiguration
          Encapsulates configuration options that determine how the Checker behaves in terms of resource preprocessing and tests checking.
TestException
          An exception thrown when an internal, unexpected testing error is encountered.
TestImplementation
          Tests that may be run by the Checker must implement the TestImplementation interface.
TestOutcome
          Represents the outcome of a test, a subtest, or a series of tests.
TestResult
          Encapsulates the outcome of a single test.
TestResults
          Encapsulates tests outcomes.
TestSubResult
          Encapsulates the outcome of a single subtest.
TestSubResultPosition
          Abstract class that defines the position or the resource that made a TestSubResult subtest WARN or FAIL.
TestSubResultPositionType
          Enumerates the different types of positions that may be set in subtests that return a WARN or a FAIL.
TestType
          Enumerates the individual tests run by the mobileOK Checker.
TextContent
          Base class that represents an UTF-8 encoded text content.
ValidationByteMessage
          Represents a validation error in a stream, including message and location.
ValidationLineAndColumnMessage
          Represents a validation error in a text, including message and location in a line/column form.
XhtmlContent.CommonCatalogResolver
           
XHTMLValidationStatus
          Enumerates the different possible XML validation status.