PHP DOM Builder API 2.0
- Core\Element\Double
- Core\Element\DoubleBlock
- Core\Element\DoubleInline
- Core\Element\Field
- Core\Element\Root
- Core\Element\Single
- Element\A
- Element\Abbr
- Element\Address
- Element\Area
- Element\Article
- Element\Aside
- Element\Audio
- Element\B
- Element\Base
- Element\Bdi
- Element\Bdo
- Element\Blockquote
- Element\Body
- Element\Br
- Element\Button
- Element\Canvas
- Element\Caption
- Element\Cite
- Element\Code
- Element\Col
- Element\Colgroup
- Element\Command
- Element\Datalist
- Element\Dd
- Element\Del
- Element\Details
- Element\Dfn
- Element\Div
- Element\Dl
- Element\Dt
- Element\Em
- Element\Embed
- Element\Fieldset
- Element\Figcaption
- Element\Figure
- Element\Footer
- Element\Form
- Element\H1
- Element\H2
- Element\H3
- Element\H4
- Element\H5
- Element\H6
- Element\Head
- Element\Header
- Element\Hgroup
- Element\Hr
- Element\Html
- Element\I
- Element\Iframe
- Element\Img
- Element\Input
- Element\Ins
- Element\Kbd
- Element\Keygen
- Element\Label
- Element\Legend
- Element\Li
- Element\Link
- Element\Map
- Element\Mark
- Element\Menu
- Element\Meta
- Element\Meter
- Element\Nav
- Element\Noscript
- Element\Object
- Element\Ol
- Element\Optgroup
- Element\Option
- Element\Output
- Element\P
- Element\Param
- Element\Pre
- Element\Progress
- Element\Q
- Element\Rp
- Element\Rt
- Element\Ruby
- Element\S
- Element\Samp
- Element\Script
- Element\Section
- Element\Select
- Element\Small
- Element\Source
- Element\Span
- Element\Strong
- Element\Style
- Element\Sub
- Element\Summary
- Element\Sup
- Element\Table
- Element\Tbody
- Element\Td
- Element\Textarea
- Element\Tfoot
- Element\Th
- Element\Thead
- Element\Time
- Element\Title
- Element\Tr
- Element\Track
- Element\U
- Element\Ul
- Element\Variable
- Element\Video
- Element\Wbr
BOOS Core is released as version 2.1
The new release of BOOS Core has gotten ARM architecture with instruction set version 5, some independent algorithms of any compilers, root interface for all interfaces, and many tiny aspects, which were implemented in it.
PHP DOM Builder API 2.0

— class

— abstract class

— interface
namespace DomBuilder | ||
---|---|---|
![]() | Element | Main class for Document Object Model operating. |
namespace DomBuilder\Api | ||
![]() | Attribute | Elements attributes access declaration. |
![]() | Builder | Elements tree builder access declaration. |
![]() | Fetch | Elements fetch by properties access declaration. |
![]() | Field | Form field elements access declaration. |
![]() | Object | Elements common access declaration. |
![]() | Property | Elements properties access declaration. |
![]() | Search | Elements search by query access declaration. |
![]() | Tester | Elements properties tester access declaration. |
![]() | Traverse | Elements tree traversal access declaration. |
namespace DomBuilder\Core | ||
![]() | Element | Singular element container. |
![]() | ElementList | Elements list container. |
namespace DomBuilder\Core\Element | ||
![]() | Double | Element container corresponds to double HTML tag. |
![]() | DoubleBlock | Element container corresponds to double block HTML tag. |
![]() | DoubleInline | Element container corresponds to double inline HTML tag. |
![]() | Field | Element container corresponds to HTML tags of web form fields. |
![]() | Root | Root element container. |
![]() | Single | Element container corresponds to single HTML tag. |
namespace DomBuilder\Element | ||
![]() | A | a – hyperlink. |
![]() | Abbr | abbr – abbreviation. |
![]() | Address | address – contact information. |
![]() | Area | area – image-map hyperlink. |
![]() | Article | article – article. |
![]() | Aside | aside – tangential content. |
![]() | Audio | audio – audio stream. |
![]() | B | b – offset text conventionally styled in bold. |
![]() | Base | base – base URL. |
![]() | Bdi | bdi – BiDi isolate. |
![]() | Bdo | bdo – BiDi override. |
![]() | Blockquote | blockquote – block quotation. |
![]() | Body | body – document body. |
![]() | Br | br – line break. |
![]() | Button | button – button. |
![]() | Canvas | canvas – canvas for dynamic graphics. |
![]() | Caption | caption – table title. |
![]() | Cite | cite – cited title of a work. |
![]() | Code | code – code fragment. |
![]() | Col | col – table column. |
![]() | Colgroup | colgroup – table column group. |
![]() | Command | command – command. |
![]() | Datalist | datalist – predefined options for other controls. |
![]() | Dd | dd – description or value. |
![]() | Del | del – deleted text. |
![]() | Details | details – control for additional on-demand information. |
![]() | Dfn | dfn – defining instance. |
![]() | Div | div – generic flow container. |
![]() | Dl | dl – description list. |
![]() | Dt | dt – term or name. |
![]() | Em | em – emphatic stress. |
![]() | Embed | embed – integration point for plugins. |
![]() | Fieldset | fieldset – set of related form controls. |
![]() | Figcaption | figcaption – figure caption. |
![]() | Figure | figure – figure with optional caption. |
![]() | Footer | footer – footer. |
![]() | Form | form – user-submittable form. |
![]() | H1 | h1 – heading. |
![]() | H2 | h2 – heading. |
![]() | H3 | h3 – heading. |
![]() | H4 | h4 – heading. |
![]() | H5 | h5 – heading. |
![]() | H6 | h6 – heading. |
![]() | Head | head – document metadata container. |
![]() | Header | header – header. |
![]() | Hgroup | hgroup – heading group. |
![]() | Hr | hr – thematic break. |
![]() | Html | html – root element. |
![]() | I | i – offset text conventionally styled in italic. |
![]() | Iframe | iframe – nested browsing context (inline frame). |
![]() | Img | img – image. |
![]() | Input | input – input control. |
![]() | Ins | ins – inserted text. |
![]() | Kbd | kbd – user input. |
![]() | Keygen | keygen – key-pair generator/input control. |
![]() | Label | label – caption for a form control. |
![]() | Legend | legend – title or explanatory caption. |
![]() | Li | li – list item. |
![]() | Link | link – inter-document relationship metadata. |
![]() | Map | map – image-map definition. |
![]() | Mark | mark – marked (highlighted) text. |
![]() | Menu | menu – list of commands. |
![]() | Meta | meta – metadata. |
![]() | Meter | meter – scalar gauge. |
![]() | Nav | nav – group of navigational links. |
![]() | Noscript | noscript – fallback content for script. |
![]() | Object | object – generic external content. |
![]() | Ol | ol – ordered list. |
![]() | Optgroup | optgroup – group of options. |
![]() | Option | option – option. |
![]() | Output | output – result of a calculation in a form. |
![]() | P | p – paragraph. |
![]() | Param | param – initialization parameters for plugins. |
![]() | Pre | pre – preformatted text. |
![]() | Progress | progress – progress indicator. |
![]() | Q | q – quoted text. |
![]() | Rp | rp – ruby parenthesis. |
![]() | Rt | rt – ruby text. |
![]() | Ruby | ruby – ruby annotation. |
![]() | S | s – struck text. |
![]() | Samp | samp – (sample) output. |
![]() | Script | script – embedded script. |
![]() | Section | section – section. |
![]() | Select | select – option-selection form control. |
![]() | Small | small – small print. |
![]() | Source | source – media source. |
![]() | Span | span – generic span. |
![]() | Strong | strong – strong importance. |
![]() | Style | style – style (presentation) information. |
![]() | Sub | sub – subscript. |
![]() | Summary | summary – summary, caption, or legend for a details control. |
![]() | Sup | sup – superscript. |
![]() | Table | table – table. |
![]() | Tbody | tbody – table row group. |
![]() | Td | td – table cell. |
![]() | Textarea | textarea – text input area. |
![]() | Tfoot | tfoot – table footer row group. |
![]() | Th | th – table header cell. |
![]() | Thead | thead – table heading group. |
![]() | Time | time – date and/or time. |
![]() | Title | title – document title. |
![]() | Tr | tr – table row. |
![]() | Track | track – supplementary media track. |
![]() | U | u – offset text conventionally styled with an underline. |
![]() | Ul | ul – unordered list. |
![]() | Variable | var – variable or placeholder text. |
![]() | Video | video – video. |
![]() | Wbr | wbr – line-break opportunity. |
namespace DomBuilder\Element\Input | ||
![]() | Button | input type=button – button. |
![]() | Checkbox | input type=checkbox – checkbox. |
![]() | File | input type=file – file upload control. |
![]() | Hidden | input type=hidden – hidden input control. |
![]() | Image | input type=image – image-coordinates input control. |
![]() | Password | input type=password – password-input field |
![]() | Radio | input type=radio – radio button. |
![]() | Reset | input type=reset – reset button. |
![]() | Submit | input type=submit – submit button. |
![]() | Text | input type=text – text-input. |
namespace DomBuilder\Element\Node | ||
![]() | Block | Block element. |
![]() | Ie | Condition for Internet Explorer. |
![]() | Noindex | Noindex element. |
![]() | Text | Text string element. |