HomePython softwarell.xistnsruby

XIST.ns.ruby

Namespace implementing the W3C ruby draft

An XIST module that contains definitions for all the elements in Ruby 1.0.

class DocTypeRuby10​(ll.xist.xsc.DocType):

document type for Ruby 1.0

def __init__​(self):

class rb​(ll.xist.xsc.Element):

The rb element is the container for the text of the ruby base.

class rbc​(ll.xist.xsc.Element):

The rbc (ruby base component) element is the container for rb elements.

class rp​(ll.xist.xsc.Element):

The rp element is intended to contain parenthesis characters in simple ruby.

class rt​(ll.xist.xsc.Element):

The rt element is the container for the ruby text.

class Attrs​(ll.xist.xsc.Attrs):

class rbspan​(ll.xist.xsc.TextAttr):

class rtc​(ll.xist.xsc.Element):

The rtc ("ruby text component") element is the container for rt elements.

class ruby​(ll.xist.xsc.Element):

The ruby element is an inline (or text-level) element that serves as the container for either the rb, rt and optional rp elements or the rbc and rtc elements.

Alternate versions   Text   XIST   Python