Abstract:
An example method of rendering a webpage includes generating a first serialized eventual document object module (DOM) based on processing a first Web document referenced by a location. The first serialized eventual DOM includes first in-lined dynamic content. The method also includes generating a second serialized eventual DOM based on processing a second Web document referenced by the location. The second serialized eventual DOM includes second in-lined dynamic content. The method further includes generating a common serialized eventual DOM based on a difference between the first and second serialized eventual DOMs. The common serialized eventual DOM includes static dynamic content included in the first and second serialized eventual DOMs, and the difference is true dynamic content. The method also includes rendering the common serialized eventual DOM to a display of a device.
Abstract:
Systems, methods and computer readable media for user event payload type checking are disclosed. In some implementations, the method can include receiving a hierarchy of nodes, and associating an annotation element with one or more nodes, the annotation element corresponding to an event of a first type. The method can also include determining a second type based on a declaration of the event, and creating payloads of the second type corresponding to the event. The method can further include performing type checking on event and corresponding payloads.
Abstract:
Generating a data parser (418) for parsing an input stream (504) of data objects includes: receiving information (502) representative of a hierarchical data format (105, 205) defining a plurality of objects organized in a hierarchy, the objects including one or more schema objects representing data objects, and one or more container objects each associated with one or more schema objects; and processing the received information to form the data parser. The processing includes: determining permissible transitions between successive data objects in the input stream; associating one or more data operations with each of the determined permissible transitions; and storing a specification for configuring a processor to execute the data parser.
Abstract:
Embodiments of systems, methods and apparatuses for an architecture for the processing of structured documents are disclosed. More specifically, embodiments of the architecture may comprise hardware circuitry operable to parse a structured document and transform the document according to a set of transformation instructions to produce an output document.
Abstract:
A method for facilitating the rendering of a web page on a mobile device includes providing an enhanced DOM tree for the web page that includes web page components and their display coordinates. A rule set is applied to the DOM tree, thereby selecting components for display on the mobile device. A mobile-device- specific version of the source code is generated based on the selected components.