A

AbstractOperationClass in namespace Alvine\Markup\Html
Die Klasse AbstractOperation stellt eine Klasse für das Interface Operation bereit. Damit können Klassen entweder direkt von AbstractOperation abgeleitet werden oder das Interface selber implementieren.
AttributeClass in namespace Alvine\Markup\Html\Constraint
Die Node hat das angegebene Attribute; der Wert ist hierbei egal.
AttributeValueClass in namespace Alvine\Markup\Html\Constraint
Das AttributeValue der Node entspricht dem Wert des Attributes. Wird ein Regex angegeben, so prüft der Constraint auf diesen Regex. Die Regexprüfung ist deutlich langsamer als die Wertprüfung.
AttributeValueNotEqualClass in namespace Alvine\Markup\Html\Constraint
Das AttributeValue der Node entspricht nicht dem Wert des Attributes. Wird ein Regex angegeben, so prüft der Constraint auf diesen Regex. Die Regexprüfung ist deutlich langsamer als die Wertprüfung.
$Element#attributesProperty in class Element
AttributeClass in namespace Alvine\Markup\Html\Element
Ein Attribute ist ein erweiterte KeyValue-Klasse für die Abbildung von HTML-Attributen.
AttributeMapClass in namespace Alvine\Markup\Html\Element
AttributeMap ist eine erweiterte Map für HTML-Attribute. Die Ausgabe erfolgt im HTML Format name="wert".
$Doctype#availabilityProperty in class Doctype
AClass in namespace Alvine\Markup\Html\Element\Html
A - Hyperlink
AbbrClass in namespace Alvine\Markup\Html\Element\Html
Abbr - Abbreviation
AddressClass in namespace Alvine\Markup\Html\Element\Html
Address - Contact information for a page or article element
AreaClass in namespace Alvine\Markup\Html\Element\Html
Area - Hyperlink or dead area on an image map
ArticleClass in namespace Alvine\Markup\Html\Element\Html
Article - Self-contained syndicatable or reusable composition
AsideClass in namespace Alvine\Markup\Html\Element\Html
Aside - Sidebar for tangentially related content
AudioClass in namespace Alvine\Markup\Html\Element\Html
Audio - Audio player
AClass in namespace Alvine\Markup\Html\Element\Svg
A
AltglyphClass in namespace Alvine\Markup\Html\Element\Svg
Altglyph
AltglyphdefClass in namespace Alvine\Markup\Html\Element\Svg
Altglyphdef
AltglyphitemClass in namespace Alvine\Markup\Html\Element\Svg
Altglyphitem
AnimateClass in namespace Alvine\Markup\Html\Element\Svg
Animate
AnimatecolorClass in namespace Alvine\Markup\Html\Element\Svg
Animatecolor
AnimatemotionClass in namespace Alvine\Markup\Html\Element\Svg
Animatemotion
AnimatetransformClass in namespace Alvine\Markup\Html\Element\Svg
Animatetransform
$Engine#attributeprefixProperty in class Engine
Text::addText() — Method in class Text
Text hinzufügen
AttributesClass in namespace Alvine\Markup\Html\Operation
Attribute in einem Tag austauschen bzw neu setzen.
Tokenizer::appendCharacterToTemporaryBuffer() — Method in class Tokenizer
Zeichen zum temporären Zeichenbuffer hinzufügen
AfterAttributeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterAttributeName
AfterAttributeValueQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterAttributeValueQuoted
AfterDoctypeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterDoctypeName
AfterDoctypePublicIdentifierClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterDoctypePublicIdentifier
AfterDoctypePublicKeywordClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterDoctypePublicKeyword
AfterDoctypeSystemIdentifierClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterDoctypeSystemIdentifier
AfterDoctypeSystemKeywordClass in namespace Alvine\Markup\Html\Tokenizer\State
AfterDoctypeSystemKeyword
AttributeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
AttributeName
AttributeValueDoubleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
AttributeValueDoubleQuoted
AttributeValueQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
AttributeValueDoubleQuoted
AttributeValueSingleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
AttributeValueSingleQuoted
AttributeValueUnquotedClass in namespace Alvine\Markup\Html\Tokenizer\State
AttributeValueUnquoted
$CharacterReferenceInAttributeValue#additionalAllowedCharacterProperty in class CharacterReferenceInAttributeValue
$CharacterReferenceInData#additionalAllowedCharacterProperty in class CharacterReferenceInData
Comment::addCharacter() — Method in class Comment
Zeichen hinzufügen
Doctype::addCharacterToName() — Method in class Doctype
Zeichen zum Namen hinzufügen
Doctype::addCharacterToPublicIdentifier() — Method in class Doctype
Zeichen hinzufügen
Doctype::addCharacterToSystemIdentifier() — Method in class Doctype
Zeichen hinzufügen
$StartTag#attributesProperty in class StartTag
Tag::addCharacterToName() — Method in class Tag
Zeichen zum Tag hinzufügen
AttributeClass in namespace Alvine\Markup\Html\Tokenizer\Token\Util
Attribute-Token
$Attribute#attributeNameProperty in class Attribute
$Attribute#attributeValueProperty in class Attribute
Attribute::addCharacterToName() — Method in class Attribute
Zeichen hinzufügen
Attribute::addCharacterToValue() — Method in class Attribute
Zeichen zum Wert hinzufügen
TreeConstructor::appendCharacterToPendingTableCharacterTokens() — Method in class TreeConstructor
Token als unerledigt hinzufügen
TreeConstructor::addAttributeToExistingElement() — Method in class TreeConstructor
Attribute von bestehenden Token auf oberste Node im Stack einhängen
TreeConstructor::appendNode() — Method in class TreeConstructor
Node $node einfügen
AfterAfterBodyClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
AfterAfterBody
AfterAfterFramesetClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
AfterAfterFrameset
AfterBodyClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
AfterBody
AfterFramesetClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
AfterFrameset
AfterHeadClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
AfterHead
AdjustForeignAttributesClass in namespace Alvine\Markup\Html\Util
When the steps below require the user agent to adjust foreign attributes for a token, then, if any of the attributes on the token match the strings given in the first column of the following table, let the attribute be a namespaced attribute, with the prefix being the string given in the corresponding cell in the second column, the local name being the string given in the corresponding cell in the third column, and the namespace being the namespace given in the corresponding cell in the fourth column. (This fixes the use of namespaced attributes, in particular lang attributes in the XML namespace.)
AdjustForeignAttributes::adjust() — Method in class AdjustForeignAttributes
AdjustSVGAttributesClass in namespace Alvine\Markup\Html\Util
When the steps below require the user agent to adjust SVG attributes for a token, then, for each attribute on the token whose attribute name is one of the ones in the first column of the following table, change the attribute’s name to the name given in the corresponding cell in the second column. (This fixes the case of SVG attributes that are not all lowercase.)
AdjustSVGAttributes::adjust() — Method in class AdjustSVGAttributes

B

BClass in namespace Alvine\Markup\Html\Element\Html
B - Keywords
BaseClass in namespace Alvine\Markup\Html\Element\Html
Base - Base URL and default target browsing context for hyperlinks and forms
BdiClass in namespace Alvine\Markup\Html\Element\Html
Bdi - Text directionality isolation
BdoClass in namespace Alvine\Markup\Html\Element\Html
Bdo - Text directionality formatting
BlockquoteClass in namespace Alvine\Markup\Html\Element\Html
Blockquote - A section quoted from another source
BodyClass in namespace Alvine\Markup\Html\Element\Html
Body - Document body
BrClass in namespace Alvine\Markup\Html\Element\Html
Br - Line break, e.g. in poem or postal address
ButtonClass in namespace Alvine\Markup\Html\Element\Html
Button - Button control
BeforeAttributeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
BeforeAttributeName
BeforeAttributeValueClass in namespace Alvine\Markup\Html\Tokenizer\State
BeforeAttributeValue
BeforeDoctypeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
BeforeDoctypeName
BeforeDoctypePublicIdentifierClass in namespace Alvine\Markup\Html\Tokenizer\State
BeforeDoctypePublicIdentifier
BeforeDoctypeSystemIdentifierClass in namespace Alvine\Markup\Html\Tokenizer\State
BeforeDoctypeSystemIdentifier
BetweenDoctypePublicAndSystemIdentifiersClass in namespace Alvine\Markup\Html\Tokenizer\State
BetweenDoctypePublicAndSystemIdentifiers
BogusCommentClass in namespace Alvine\Markup\Html\Tokenizer\State
BogusComment
BogusDoctypeClass in namespace Alvine\Markup\Html\Tokenizer\State
BogusDoctype
BeforeHeadClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
BeforeHead
BeforeHtmlClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
BeforeHtml

C

CacheObjectClass in namespace Alvine\Markup\Html
Datenobjekt für das Cachen von Inhalten
ComponentClass in namespace Alvine\Markup\Html
HTML-Komponente
$HasClass#classProperty in class HasClass
$Node#classProperty in class Node
$Selector#constraintsProperty in class Selector
CustomClass in namespace Alvine\Markup\Html\Element
Custom-Element
CanvasClass in namespace Alvine\Markup\Html\Element\Html
Canvas - Scriptable bitmap canvas
CaptionClass in namespace Alvine\Markup\Html\Element\Html
Caption - Table caption
CiteClass in namespace Alvine\Markup\Html\Element\Html
Cite - Title of a work
CodeClass in namespace Alvine\Markup\Html\Element\Html
Code - Computer code
ColClass in namespace Alvine\Markup\Html\Element\Html
Col - Table column
ColgroupClass in namespace Alvine\Markup\Html\Element\Html
Colgroup - Group of columns in a table
CircleClass in namespace Alvine\Markup\Html\Element\Svg
Circle
ClippathClass in namespace Alvine\Markup\Html\Element\Svg
Clippath
ColorprofileClass in namespace Alvine\Markup\Html\Element\Svg
Colorprofile
CursorClass in namespace Alvine\Markup\Html\Element\Svg
Cursor
$Engine#cacheManagerProperty in class Engine
$InputStream#currentInputCharacterProperty in class InputStream
$InputStream#confidenceProperty in class InputStream
CommentClass in namespace Alvine\Markup\Html\Node
Kommentar-Element
OpenElementsStack::clearTheStackBackToTableContext() — Method in class OpenElementsStack
Stack bereinigen und mit den Tokens synchronisieren
OpenElementsStack::clearTheStackBackToTableBodyContext() — Method in class OpenElementsStack
Stack bereinigen und mit den Tokens synchronisieren
ConditionClass in namespace Alvine\Markup\Html\Operation
Die Condition Anweisung definiert eine Möglichkeit Elemente abhängig von einem Wert ein- bzw. auszublenden.
Tokenizer::consumeNextInputCharacter() — Method in class Tokenizer
Das nächste zu verarbeitende Zeichen
$AfterAttributeName#currentTokenProperty in class AfterAttributeName
$AfterAttributeValueQuoted#currentTokenProperty in class AfterAttributeValueQuoted
$AfterDoctypeName#currentTokenProperty in class AfterDoctypeName
$AfterDoctypePublicIdentifier#currentTokenProperty in class AfterDoctypePublicIdentifier
$AfterDoctypePublicKeyword#currentTokenProperty in class AfterDoctypePublicKeyword
$AfterDoctypeSystemIdentifier#currentTokenProperty in class AfterDoctypeSystemIdentifier
$AfterDoctypeSystemKeyword#currentTokenProperty in class AfterDoctypeSystemKeyword
$AttributeName#currentTokenProperty in class AttributeName
$AttributeValueQuoted#currentTokenProperty in class AttributeValueQuoted
$AttributeValueUnquoted#currentTokenProperty in class AttributeValueUnquoted
$BeforeAttributeName#currentTokenProperty in class BeforeAttributeName
$BeforeAttributeValue#currentTokenProperty in class BeforeAttributeValue
$BeforeDoctypePublicIdentifier#currentTokenProperty in class BeforeDoctypePublicIdentifier
$BeforeDoctypeSystemIdentifier#currentTokenProperty in class BeforeDoctypeSystemIdentifier
$BetweenDoctypePublicAndSystemIdentifiers#currentTokenProperty in class BetweenDoctypePublicAndSystemIdentifiers
$BogusComment#currentTokenProperty in class BogusComment
$BogusDoctype#currentTokenProperty in class BogusDoctype
CDataSectionClass in namespace Alvine\Markup\Html\Tokenizer\State
CDataSection
CharacterReferenceInAttributeValueClass in namespace Alvine\Markup\Html\Tokenizer\State
CharacterReferenceInAttributeValue
$CharacterReferenceInAttributeValue#currentTokenProperty in class CharacterReferenceInAttributeValue
CharacterReferenceInDataClass in namespace Alvine\Markup\Html\Tokenizer\State
CharacterReferenceInData State
CharacterReferenceInData::consumeCharacterReference() — Method in class CharacterReferenceInData
CharacterReferenceInData::consumeAnythingElse() — Method in class CharacterReferenceInData
CharacterReferenceInData::consumeNumberSign() — Method in class CharacterReferenceInData
CharacterReferenceInRcDataClass in namespace Alvine\Markup\Html\Tokenizer\State
CharacterReferenceInRcData
CommentClass in namespace Alvine\Markup\Html\Tokenizer\State
Comment
$Comment#currentTokenProperty in class Comment
CommentEndClass in namespace Alvine\Markup\Html\Tokenizer\State
CommentEnd
$CommentEnd#currentTokenProperty in class CommentEnd
CommentEndBangClass in namespace Alvine\Markup\Html\Tokenizer\State
CommentEndBang
$CommentEndBang#currentTokenProperty in class CommentEndBang
CommentEndDashClass in namespace Alvine\Markup\Html\Tokenizer\State
CommentEndDash
$CommentEndDash#currentTokenProperty in class CommentEndDash
CommentStartClass in namespace Alvine\Markup\Html\Tokenizer\State
CommentStart
$CommentStart#currentTokenProperty in class CommentStart
CommentStartDashClass in namespace Alvine\Markup\Html\Tokenizer\State
CommentStartDash
$CommentStartDash#currentTokenProperty in class CommentStartDash
$DataTextEndTagName#currentTokenProperty in class DataTextEndTagName
$DoctypeName#currentTokenProperty in class DoctypeName
$DoctypePublicIdentifierQuoted#currentTokenProperty in class DoctypePublicIdentifierQuoted
$DoctypeSystemIdentifierQuoted#currentTokenProperty in class DoctypeSystemIdentifierQuoted
$ScriptDataEndTagName#currentTokenProperty in class ScriptDataEndTagName
$ScriptDataEscapedEndTagName#currentTokenProperty in class ScriptDataEscapedEndTagName
$SelfClosingStartTag#currentTokenProperty in class SelfClosingStartTag
$TagName#currentTokenProperty in class TagName
CharacterClass in namespace Alvine\Markup\Html\Tokenizer\Token
Character-Token
$Character#charProperty in class Character
CommentClass in namespace Alvine\Markup\Html\Tokenizer\Token
Comment
$Comment#commentProperty in class Comment
$TreeConstructor#contextProperty in class TreeConstructor
$TreeConstructor#currentTokenProperty in class TreeConstructor
TreeConstructor::closeElement() — Method in class TreeConstructor
Nodes mit dem angegebenen Tag schließen Ist keine CurrentNode definiert wird nichts ausgeführt.
TreeConstructor::createAnElementForAToken() — Method in class TreeConstructor
InCell::closeTheCell() — Method in class InCell
Zellen schließen
InRow::clearTheStackBackToTableRowContext() — Method in class InRow
Stapel bereinigen

D

$AbstractOperation#datasetProperty in class AbstractOperation
DatasetClass in namespace Alvine\Markup\Html
Dataset-Funktionalität ist ein Wrapper für \Alvine\Data\Dataset
DocumentClass in namespace Alvine\Markup\Html
HTML-Dokument
DoctypeClass in namespace Alvine\Markup\Html\Element
Der Doctype legt das Format des Dokuments fest. Es gibt unterschiedliche Arten von Doctyp Definitionen.
DataClass in namespace Alvine\Markup\Html\Element\Html
Data - Machine-readable equivalent
DatalistClass in namespace Alvine\Markup\Html\Element\Html
Datalist - Container for options for combo box control
DdClass in namespace Alvine\Markup\Html\Element\Html
Dd - Content for corresponding dt element(s)
DelClass in namespace Alvine\Markup\Html\Element\Html
Del - A removal from the document
DfnClass in namespace Alvine\Markup\Html\Element\Html
Dfn - Defining instance
DivClass in namespace Alvine\Markup\Html\Element\Html
Div - Generic flow container
DlClass in namespace Alvine\Markup\Html\Element\Html
Dl - Association list consisting of zero or more name-value groups
DtClass in namespace Alvine\Markup\Html\Element\Html
Dt - Legend for corresponding dd element(s)
DefsClass in namespace Alvine\Markup\Html\Element\Svg
Defs
DescClass in namespace Alvine\Markup\Html\Element\Svg
Desc
$Engine#datasetProperty in class Engine
$Engine#debugNodeProperty in class Engine
OpenElementsStack::deleteElement() — Method in class OpenElementsStack
Ein Element vom Stack unabhängig von der Position löschen.
DebugClass in namespace Alvine\Markup\Html\Operation
Die Debug-Operation definiert ein Element, dass die Fehlermeldungen der Engine aufnimmt.
DataClass in namespace Alvine\Markup\Html\Tokenizer\State
Data State
DataTextEndTagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
DataTextEndTagName
DoctypeClass in namespace Alvine\Markup\Html\Tokenizer\State
Doctype
DoctypeNameClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypeName
DoctypePublicIdentifierDoubleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypePublicIdentifierDoubleQuoted
DoctypePublicIdentifierQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypePublicIdentifierQuoted
DoctypePublicIdentifierSingleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypePublicIdentifierSingleQuoted
DoctypeSystemIdentifierDoubleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypeSystemIdentifierDoubleQuoted
DoctypeSystemIdentifierQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypeSystemIdentifierDoubleQuoted
DoctypeSystemIdentifierSingleQuotedClass in namespace Alvine\Markup\Html\Tokenizer\State
DoctypeSystemIdentifierSingleQuoted
DoctypeClass in namespace Alvine\Markup\Html\Tokenizer\Token
Doctype-Token
$TreeConstructor#documentProperty in class TreeConstructor
TreeConstructor::dispatch() — Method in class TreeConstructor
Zentrale Funktion zur Verarbeitung der Token.
TreeConstructor::disableFosterParenting() — Method in class TreeConstructor
FosterParenting deaktivieren

E

$AbstractOperation#elementProperty in class AbstractOperation
$AbstractOperation#engineProperty in class AbstractOperation
ElementClass in namespace Alvine\Markup\Html
Die Element-Klasse ist die Basisklasse aller HTML Elemente und stellt die Grundlegenden Methoden bereit.
EscapableRawTextClass in namespace Alvine\Markup\Html\Element
EscapableRawText
EmClass in namespace Alvine\Markup\Html\Element\Html
Em - Stress emphasis
EmbedClass in namespace Alvine\Markup\Html\Element\Html
Embed - Plugin
EllipseClass in namespace Alvine\Markup\Html\Element\Svg
Ellipse
EngineClass in namespace Alvine\Markup\Html
Die Template-Engine übersetzt Attribute Ausdrücke in Node-Strukturen. So können in eine statische HTML-Seite dynamiche Inhalte integriert werden.
$Engine#errorProperty in class Engine
Tokenizer::emitToken() — Method in class Tokenizer
Einen neu erstellten Token auf den Token-Stack legen und den token als emittiert markieren.
EndTagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
EndTagOpen
$Token#emittedProperty in class Token
Token::emit() — Method in class Token
Tokenstatus auf eingereit setzen
EndOfFileClass in namespace Alvine\Markup\Html\Tokenizer\Token
EndOfFile-Token
EndTagClass in namespace Alvine\Markup\Html\Tokenizer\Token
EndTag-Token
StartTag::emitWorkingAttribute() — Method in class StartTag
Das aktuelle Attribute einreichen
StartTag::emit() — Method in class StartTag
Token einreichen
TreeConstructor::enableFosterParenting() — Method in class TreeConstructor
FosterParenting aktivieren

F

Custom::fromToken() — Method in class Custom
HTML-Element aus Token erstellen
$Doctype#forceQuirksFlagProperty in class Doctype
$Doctype#formalPublicIdentifierProperty in class Doctype
Doctype::fromToken() — Method in class Doctype
Neues Doctype Objekt
Doctype::forceQuirks() — Method in class Doctype
Setzt das QuirsFlag auf true
ForeignClass in namespace Alvine\Markup\Html\Element
Basisiklasse für Fremdelemente die nicht zum HTML-Namensraum gehören.
Foreign::fromToken() — Method in class Foreign
HTML-Element aus Token erstellen
Html::fromToken() — Method in class Html
HTML-Element aus Token erstellen
FieldsetClass in namespace Alvine\Markup\Html\Element\Html
Fieldset - Group of form controls
FigcaptionClass in namespace Alvine\Markup\Html\Element\Html
Figcaption - Caption for figure
FigureClass in namespace Alvine\Markup\Html\Element\Html
Figure - Caption for figure
FooterClass in namespace Alvine\Markup\Html\Element\Html
Footer - Footer for a page or section
FormClass in namespace Alvine\Markup\Html\Element\Html
Form - User-submittable form
FugureClass in namespace Alvine\Markup\Html\Element\Html
Fugure -
Svg::fromToken() — Method in class Svg
HTML-Element aus Token erstellen
FeblendClass in namespace Alvine\Markup\Html\Element\Svg
Feblend
FecolormatrixClass in namespace Alvine\Markup\Html\Element\Svg
Fecolormatrix
FecomponenttransferClass in namespace Alvine\Markup\Html\Element\Svg
Fecomponenttransfer
FecompositeClass in namespace Alvine\Markup\Html\Element\Svg
Fecomposite
FeconvolvematrixClass in namespace Alvine\Markup\Html\Element\Svg
Feconvolvematrix
FediffuselightingClass in namespace Alvine\Markup\Html\Element\Svg
Fediffuselighting
FedisplacementmapClass in namespace Alvine\Markup\Html\Element\Svg
Fedisplacementmap
FedistantlightClass in namespace Alvine\Markup\Html\Element\Svg
Fedistantlight
FefloodClass in namespace Alvine\Markup\Html\Element\Svg
Feflood
FefuncaClass in namespace Alvine\Markup\Html\Element\Svg
Fefunca
FefuncbClass in namespace Alvine\Markup\Html\Element\Svg
Fefuncb
FefuncgClass in namespace Alvine\Markup\Html\Element\Svg
Fefuncg
FefuncrClass in namespace Alvine\Markup\Html\Element\Svg
Fefuncr
FegaussianblurClass in namespace Alvine\Markup\Html\Element\Svg
Fegaussianblur
FeimageClass in namespace Alvine\Markup\Html\Element\Svg
Feimage
FemergeClass in namespace Alvine\Markup\Html\Element\Svg
Femerge
FemergenodeClass in namespace Alvine\Markup\Html\Element\Svg
Femergenode
FemorphologyClass in namespace Alvine\Markup\Html\Element\Svg
Femorphology
FeoffsetClass in namespace Alvine\Markup\Html\Element\Svg
Feoffset
FepointlightClass in namespace Alvine\Markup\Html\Element\Svg
Fepointlight
FespecularlightingClass in namespace Alvine\Markup\Html\Element\Svg
Fespecularlighting
FespotlightClass in namespace Alvine\Markup\Html\Element\Svg
Fespotlight
FetileClass in namespace Alvine\Markup\Html\Element\Svg
Fetile
FeturbulenceClass in namespace Alvine\Markup\Html\Element\Svg
Feturbulence
FilterClass in namespace Alvine\Markup\Html\Element\Svg
Filter
FontClass in namespace Alvine\Markup\Html\Element\Svg
Font
FontfaceClass in namespace Alvine\Markup\Html\Element\Svg
Fontface
FontfaceformatClass in namespace Alvine\Markup\Html\Element\Svg
Fontfaceformat
FontfacenameClass in namespace Alvine\Markup\Html\Element\Svg
Fontfacename
FontfacesrcClass in namespace Alvine\Markup\Html\Element\Svg
Fontfacesrc
FontfaceuriClass in namespace Alvine\Markup\Html\Element\Svg
Fontfaceuri
ForeignobjectClass in namespace Alvine\Markup\Html\Element\Svg
Foreignobject
FragmentClass in namespace Alvine\Markup\Html
HTML-Fragment
FromTokenClass in namespace Alvine\Markup\Html
Alle Klassen die dieses Interface implementiert haben besitzen die Methode fromToken(). Damit lassen sich HTML-Elemente über einen Token erstellen.
FromToken::fromToken() — Method in class FromToken
Node über Token erstellen
Comment::fromToken() — Method in class Comment
Kommentarobjekt aus Token erstellen
Text::fromToken() — Method in class Text
Text-Element aus Token erstellen
$Doctype#forceQuirksFlagProperty in class Doctype
Doctype::forceQuirks() — Method in class Doctype
QuirksMode setzen
$TreeConstructor#fosterParentingProperty in class TreeConstructor
$TreeConstructor#formElementProperty in class TreeConstructor
$TreeConstructor#framesetOkProperty in class TreeConstructor
ForeignContentClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
ForeignContent

G

AbstractOperation::getValue() — Method in class AbstractOperation
Wert holen
AbstractOperation::getArgumentValue() — Method in class AbstractOperation
Wert des Arguments für die Wertefunktion ermitteln
AbstractOperation::getValueString() — Method in class AbstractOperation
Wert aus Dataset als Zeichenkette
CacheObject::getPayload() — Method in class CacheObject
Inhalt
Component::getBasePath() — Method in class Component
Pfad der Klasse
Document::getQuirksMode() — Method in class Document
QuirksMode
Document::getInstanceFromStream() — Method in class Document
Instanz vom Stream
Document::getInstanceFromString() — Method in class Document
Instanz vom String
Element::getNamespace() — Method in class Element
Namespace
Element::getTag() — Method in class Element
Alias auf getName
Element::getAttributeValue() — Method in class Element
Den Wert eines Attributes abfragen
Element::getAttributes() — Method in class Element
AttributeMap
Element::getHTML() — Method in class Element
HTML-Zeichenkette
Doctype::getHtml() — Method in class Doctype
Ausgabe des Doctype Tags
Doctype::getHTML5Instance() — Method in class Doctype
HTML Doctype
Html::getAccesskey() — Method in class Html
Accesskey
Html::getClass() — Method in class Html
Klassen
Html::getContenteditable() — Method in class Html
ContentEditable-Flag
Html::getDir() — Method in class Html
Direction
Html::getHidden() — Method in class Html
Hidden
Html::getIdAttribute() — Method in class Html
ID des Tags (nicht mit der ID, dem Hash des Objekts verwechseln)
Html::getLang() — Method in class Html
Sprache (ISO)
Html::getSpellcheck() — Method in class Html
Rechtschreibung
Html::getStyle() — Method in class Html
CSS-Style Anweisungen
Html::getTabindex() — Method in class Html
Tabindes
Html::getTitle() — Method in class Html
Titel
Html::getTranslate() — Method in class Html
Übersetzung
A::getHref() — Method in class A
HTML-Attribute href holen
A::getTarget() — Method in class A
HTML-Attribute target holen
A::getDownload() — Method in class A
HTML-Attribute download holen
A::getRel() — Method in class A
HTML-Attribute rel holen
A::getHrefLang() — Method in class A
HTML-Attribute hreflang holen
A::getType() — Method in class A
HTML-Attribute type holen
Area::getAlt() — Method in class Area
HTML-Attribute alt holen
Area::getCoords() — Method in class Area
HTML-Attribute coords holen
Area::getShape() — Method in class Area
HTML-Attribute shape holen
Area::getHref() — Method in class Area
HTML-Attribute href holen
Area::getTarget() — Method in class Area
HTML-Attribute target holen
Area::getDownload() — Method in class Area
HTML-Attribute download holen
Area::getRel() — Method in class Area
HTML-Attribute rel holen
Area::getHrefLang() — Method in class Area
HTML-Attribute hreflang holen
Area::getType() — Method in class Area
HTML-Attribute type holen
Audio::getSrc() — Method in class Audio
HTML-Attribute src holen
Audio::getCrossorigin() — Method in class Audio
HTML-Attribute crossorigin holen
Audio::getPreload() — Method in class Audio
HTML-Attribute preload holen
Audio::getAutoplay() — Method in class Audio
HTML-Attribute autoplay holen
Audio::getMediagroup() — Method in class Audio
HTML-Attribute mediagroup holen
Audio::getLoop() — Method in class Audio
HTML-Attribute loop holen
Audio::getMuted() — Method in class Audio
HTML-Attribute muted holen
Audio::getControls() — Method in class Audio
HTML-Attribute controls holen
Base::getHref() — Method in class Base
HTML-Attribute href holen
Base::getTarget() — Method in class Base
HTML-Attribute target holen
Blockquote::getCite() — Method in class Blockquote
HTML-Attribute cite holen
Body::getOnAfterPrint() — Method in class Body
HTML-Attribute onafterprint holen
Body::getOnBeforePrint() — Method in class Body
HTML-Attribute onbeforeprint holen
Body::getOnBeforeUnload() — Method in class Body
HTML-Attribute onbeforeunload holen
Body::getOnHashChange() — Method in class Body
HTML-Attribute onhashchange holen
Body::getOnMessage() — Method in class Body
HTML-Attribute onmessage holen
Body::getOnOffline() — Method in class Body
HTML-Attribute onoffline holen
Body::getOnOnline() — Method in class Body
HTML-Attribute ononline holen
Body::getOnPageHide() — Method in class Body
HTML-Attribute onpagehide holen
Body::getOnPageShow() — Method in class Body
HTML-Attribute onpageshow holen
Body::getOnPopState() — Method in class Body
HTML-Attribute onpopstate holen
Body::getOnStorage() — Method in class Body
HTML-Attribute onstorage holen
Body::getOnUnload() — Method in class Body
HTML-Attribute onunload holen
Button::getAutoFocus() — Method in class Button
HTML-Attribute autofocus holen
Button::getDisabled() — Method in class Button
HTML-Attribute disabled holen
Button::getForm() — Method in class Button
HTML-Attribute form holen
Button::getFormAction() — Method in class Button
HTML-Attribute formaction holen
Button::getFormenCType() — Method in class Button
HTML-Attribute formenctype holen
Button::getFormMethod() — Method in class Button
HTML-Attribute formmethod holen
Button::getFormNoValidate() — Method in class Button
HTML-Attribute formnovalidate holen
Button::getFormTarget() — Method in class Button
HTML-Attribute formtarget holen
Button::getNameAttribute() — Method in class Button
HTML-Attribute name holen
Button::getType() — Method in class Button
HTML-Attribute type holen
Button::getValue() — Method in class Button
HTML-Attribute value holen
Canvas::getWidth() — Method in class Canvas
HTML-Attribute width holen
Canvas::getHeight() — Method in class Canvas
HTML-Attribute height holen
Col::getSpan() — Method in class Col
HTML-Attribute span holen
Colgroup::getSpan() — Method in class Colgroup
HTML-Attribute span holen
Data::getValue() — Method in class Data
HTML-Attribute value holen
Del::getCite() — Method in class Del
HTML-Attribute cite holen
Del::getDateTime() — Method in class Del
HTML-Attribute datetime holen
Embed::getSrc() — Method in class Embed
HTML-Attribute src holen
Embed::getType() — Method in class Embed
HTML-Attribute type holen
Embed::getWidth() — Method in class Embed
HTML-Attribute width holen
Embed::getHeight() — Method in class Embed
HTML-Attribute height holen
Fieldset::getDisabled() — Method in class Fieldset
HTML-Attribute disabled holen
Fieldset::getForm() — Method in class Fieldset
HTML-Attribute form holen
Fieldset::getNameAttribute() — Method in class Fieldset
HTML-Attribute name holen
Form::getAcceptCharset() — Method in class Form
HTML-Attribute accept-charset holen
Form::getAction() — Method in class Form
HTML-Attribute action holen
Form::getAutocomplete() — Method in class Form
HTML-Attribute autocomplete holen
Form::getEnctype() — Method in class Form
HTML-Attribute enctype holen
Form::getMethod() — Method in class Form
HTML-Attribute method holen
Form::getNameAttribute() — Method in class Form
HTML-Attribute name holen
Form::getNoValidate() — Method in class Form
HTML-Attribute novalidate holen
Form::getTarget() — Method in class Form
HTML-Attribute target holen
Html::getManifest() — Method in class Html
HTML-Attribute manifest holen
Iframe::getSrc() — Method in class Iframe
HTML-Attribute src holen
Iframe::getSrcdoc() — Method in class Iframe
HTML-Attribute srcdoc holen
Iframe::getNameAttribute() — Method in class Iframe
HTML-Attribute name holen
Iframe::getSandbox() — Method in class Iframe
HTML-Attribute sandbox holen
Iframe::getWidth() — Method in class Iframe
HTML-Attribute width holen
Iframe::getHeight() — Method in class Iframe
HTML-Attribute height holen
Img::getAlt() — Method in class Img
HTML-Attribute alt holen
Img::getSrc() — Method in class Img
HTML-Attribute src holen
Img::getCrossorigin() — Method in class Img
HTML-Attribute crossorigin holen
Img::getUsemap() — Method in class Img
HTML-Attribute usemap holen
Img::getIsmap() — Method in class Img
HTML-Attribute ismap holen
Img::getWidth() — Method in class Img
HTML-Attribute width holen
Img::getHeight() — Method in class Img
HTML-Attribute height holen
Input::getAccept() — Method in class Input
HTML-Attribute accept holen
Input::getAlt() — Method in class Input
HTML-Attribute alt holen
Input::getAutocomplete() — Method in class Input
HTML-Attribute autocomplete holen
Input::getAutoFocus() — Method in class Input
HTML-Attribute autofocus holen
Input::getChecked() — Method in class Input
HTML-Attribute checked holen
Input::getDirname() — Method in class Input
HTML-Attribute dirname holen
Input::getDisabled() — Method in class Input
HTML-Attribute disabled holen
Input::getForm() — Method in class Input
HTML-Attribute form holen
Input::getFormAction() — Method in class Input
HTML-Attribute formaction holen
Input::getFormenCType() — Method in class Input
HTML-Attribute formenctype holen
Input::getFormMethod() — Method in class Input
HTML-Attribute formmethod holen
Input::getFormNoValidate() — Method in class Input
HTML-Attribute formnovalidate holen
Input::getFormTarget() — Method in class Input
HTML-Attribute formtarget holen
Input::getHeight() — Method in class Input
HTML-Attribute height holen
Input::getList() — Method in class Input
HTML-Attribute list holen
Input::getMax() — Method in class Input
HTML-Attribute max holen
Input::getMaxlength() — Method in class Input
HTML-Attribute maxlength holen
Input::getMin() — Method in class Input
HTML-Attribute min holen
Input::getMinlength() — Method in class Input
HTML-Attribute minlength holen
Input::getMultiple() — Method in class Input
HTML-Attribute multiple holen
Input::getNameAttribute() — Method in class Input
HTML-Attribute name holen
Input::getPattern() — Method in class Input
HTML-Attribute pattern holen
Input::getPlaceholder() — Method in class Input
HTML-Attribute placeholder holen
Input::getReadonly() — Method in class Input
HTML-Attribute readonly holen
Input::getRequired() — Method in class Input
HTML-Attribute required holen
Input::getSize() — Method in class Input
HTML-Attribute size holen
Input::getSrc() — Method in class Input
HTML-Attribute src holen
Input::getStep() — Method in class Input
HTML-Attribute step holen
Input::getType() — Method in class Input
HTML-Attribute type holen
Input::getValue() — Method in class Input
HTML-Attribute value holen
Input::getWidth() — Method in class Input
HTML-Attribute width holen
Ins::getCite() — Method in class Ins
HTML-Attribute cite holen
Ins::getDateTime() — Method in class Ins
HTML-Attribute datetime holen
Keygen::getAutoFocus() — Method in class Keygen
HTML-Attribute autofocus holen
Keygen::getChallenge() — Method in class Keygen
HTML-Attribute challenge holen
Keygen::getDisabled() — Method in class Keygen
HTML-Attribute disabled holen
Keygen::getForm() — Method in class Keygen
HTML-Attribute form holen
Keygen::getKeytype() — Method in class Keygen
HTML-Attribute keytype holen
Keygen::getNameAttribute() — Method in class Keygen
HTML-Attribute name holen
Label::getForm() — Method in class Label
HTML-Attribute form holen
Label::getFor() — Method in class Label
HTML-Attribute for holen
Li::getValue() — Method in class Li
HTML-Attribute value holen
Link::getHref() — Method in class Link
HTML-Attribute href holen
Link::getCrossorigin() — Method in class Link
HTML-Attribute crossorigin holen
Link::getRel() — Method in class Link
HTML-Attribute rel holen
Link::getMedia() — Method in class Link
HTML-Attribute media holen
Link::getHrefLang() — Method in class Link
HTML-Attribute hreflang holen
Link::getType() — Method in class Link
HTML-Attribute type holen
Link::getSizes() — Method in class Link
HTML-Attribute sizes holen
Map::getNameAttribute() — Method in class Map
HTML-Attribute name holen
Meta::getNameAttribute() — Method in class Meta
HTML-Attribute name holen
Meta::getHttpEquiv() — Method in class Meta
HTML-Attribute http-equiv holen
Meta::getContent() — Method in class Meta
HTML-Attribute content holen
Meta::getCharset() — Method in class Meta
HTML-Attribute charset holen
Meter::getValue() — Method in class Meter
HTML-Attribute value holen
Meter::getMin() — Method in class Meter
HTML-Attribute min holen
Meter::getMax() — Method in class Meter
HTML-Attribute max holen
Meter::getLow() — Method in class Meter
HTML-Attribute low holen
Meter::getHigh() — Method in class Meter
HTML-Attribute high holen
Meter::getOptimum() — Method in class Meter
HTML-Attribute optimum holen
ObjectElement::getData() — Method in class ObjectElement
HTML-Attribute data holen
ObjectElement::getType() — Method in class ObjectElement
HTML-Attribute type holen
ObjectElement::getTypeMustMatch() — Method in class ObjectElement
HTML-Attribute typemustmatch holen
ObjectElement::getNameAttribute() — Method in class ObjectElement
HTML-Attribute name holen
ObjectElement::getUsemap() — Method in class ObjectElement
HTML-Attribute usemap holen
ObjectElement::getForm() — Method in class ObjectElement
HTML-Attribute form holen
ObjectElement::getWidth() — Method in class ObjectElement
HTML-Attribute width holen
ObjectElement::getHeight() — Method in class ObjectElement
HTML-Attribute height holen
Ol::getReversed() — Method in class Ol
HTML-Attribute reversed holen
Ol::getStart() — Method in class Ol
HTML-Attribute start holen
Ol::getType() — Method in class Ol
HTML-Attribute type holen
Optgroup::getDisabled() — Method in class Optgroup
HTML-Attribute disabled holen
Optgroup::getLabel() — Method in class Optgroup
HTML-Attribute label holen
Option::getDisabled() — Method in class Option
HTML-Attribute disabled holen
Option::getLabel() — Method in class Option
HTML-Attribute label holen
Option::getSelected() — Method in class Option
HTML-Attribute selected holen
Option::getOptionValue() — Method in class Option
HTML-Attribute value holen
Output::getFor() — Method in class Output
HTML-Attribute for holen
Output::getForm() — Method in class Output
HTML-Attribute form holen
Output::getNameAttribute() — Method in class Output
HTML-Attribute name holen
Param::getNameAttribute() — Method in class Param
HTML-Attribute name holen
Param::getValue() — Method in class Param
HTML-Attribute value holen
Progress::getValue() — Method in class Progress
HTML-Attribute value holen
Progress::getMax() — Method in class Progress
HTML-Attribute max holen
Q::getCite() — Method in class Q
HTML-Attribute cite holen
Script::getSrc() — Method in class Script
HTML-Attribute src holen
Script::getType() — Method in class Script
HTML-Attribute type holen
Script::getCharset() — Method in class Script
HTML-Attribute charset holen
Script::getAsync() — Method in class Script
HTML-Attribute async holen
Script::getDefer() — Method in class Script
HTML-Attribute defer holen
Script::getCrossorigin() — Method in class Script
HTML-Attribute crossorigin holen
Select::getAutoFocus() — Method in class Select
HTML-Attribute autofocus holen
Select::getDisabled() — Method in class Select
HTML-Attribute disabled holen
Select::getForm() — Method in class Select
HTML-Attribute form holen
Select::getMultiple() — Method in class Select
HTML-Attribute multiple holen
Select::getNameAttribute() — Method in class Select
HTML-Attribute name holen
Select::getRequired() — Method in class Select
HTML-Attribute required holen
Select::getSize() — Method in class Select
HTML-Attribute size holen
Source::getSrc() — Method in class Source
HTML-Attribute src holen
Source::getType() — Method in class Source
HTML-Attribute type holen
Source::getMedia() — Method in class Source
HTML-Attribute media holen
Style::getMedia() — Method in class Style
HTML-Attribute media holen
Style::getType() — Method in class Style
HTML-Attribute type holen
Table::getBorder() — Method in class Table
HTML-Attribute border holen
Td::getColspan() — Method in class Td
HTML-Attribute colspan holen
Td::getRowspan() — Method in class Td
HTML-Attribute rowspan holen
Td::getHeaders() — Method in class Td
HTML-Attribute headers holen
Textarea::getAutoFocus() — Method in class Textarea
HTML-Attribute autofocus holen
Textarea::getCols() — Method in class Textarea
HTML-Attribute cols holen
Textarea::getDirname() — Method in class Textarea
HTML-Attribute dirname holen
Textarea::getDisabled() — Method in class Textarea
HTML-Attribute disabled holen
Textarea::getForm() — Method in class Textarea
HTML-Attribute form holen
Textarea::getMaxlength() — Method in class Textarea
HTML-Attribute maxlength holen
Textarea::getMinlength() — Method in class Textarea
HTML-Attribute minlength holen
Textarea::getNameAttribute() — Method in class Textarea
HTML-Attribute name holen
Textarea::getPlaceholder() — Method in class Textarea
HTML-Attribute placeholder holen
Textarea::getReadonly() — Method in class Textarea
HTML-Attribute readonly holen
Textarea::getRequired() — Method in class Textarea
HTML-Attribute required holen
Textarea::getRows() — Method in class Textarea
HTML-Attribute rows holen
Textarea::getWrap() — Method in class Textarea
HTML-Attribute wrap holen
Th::getColspan() — Method in class Th
HTML-Attribute colspan holen
Th::getRowspan() — Method in class Th
HTML-Attribute rowspan holen
Th::getHeaders() — Method in class Th
HTML-Attribute headers holen
Th::getScope() — Method in class Th
HTML-Attribute scope holen
Th::getAbbr() — Method in class Th
HTML-Attribute abbr holen
Time::getDateTime() — Method in class Time
HTML-Attribute datetime holen
Track::getDefault() — Method in class Track
HTML-Attribute default holen
Track::getKind() — Method in class Track
HTML-Attribute kind holen
Track::getLabel() — Method in class Track
HTML-Attribute label holen
Track::getSrc() — Method in class Track
HTML-Attribute src holen
Track::getSrclang() — Method in class Track
HTML-Attribute srclang holen
Video::getSrc() — Method in class Video
HTML-Attribute src holen
Video::getCrossorigin() — Method in class Video
HTML-Attribute crossorigin holen
Video::getPoster() — Method in class Video
HTML-Attribute poster holen
Video::getPreload() — Method in class Video
HTML-Attribute preload holen
Video::getAutoplay() — Method in class Video
HTML-Attribute autoplay holen
Video::getMediagroup() — Method in class Video
HTML-Attribute mediagroup holen
Video::getLoop() — Method in class Video
HTML-Attribute loop holen
Video::getMuted() — Method in class Video
HTML-Attribute muted holen
Video::getControls() — Method in class Video
HTML-Attribute controls holen
Video::getWidth() — Method in class Video
HTML-Attribute width holen
Video::getHeight() — Method in class Video
HTML-Attribute height holen
Namespaces::getUrl() — Method in class Namespaces
Get URL
Namespaces::getPrefix() — Method in class Namespaces
Get Prefix
Svg::getAccesskey() — Method in class Svg
Accesskey
Svg::getClass() — Method in class Svg
Klassen
Svg::getContenteditable() — Method in class Svg
ContentEditable-Flag
Svg::getDir() — Method in class Svg
Direction
Svg::getHidden() — Method in class Svg
Hidden
Svg::getIdAttribute() — Method in class Svg
ID des Tags (nicht mit der ID, dem Hash des Objekts verwechseln)
Svg::getLang() — Method in class Svg
Sprache (ISO)
Svg::getSpellcheck() — Method in class Svg
Rechtschreibung
Svg::getStyle() — Method in class Svg
CSS-Style Anweisungen
Svg::getTabindex() — Method in class Svg
Tabindes
Svg::getTitle() — Method in class Svg
Titel
Svg::getTranslate() — Method in class Svg
Übersetzung
Svg::getHTML() — Method in class Svg
HTML-Zeichenkette SVG ist XML und damit muss ein Abschlissender Slash eingefügt werden.
GClass in namespace Alvine\Markup\Html\Element\Svg
G - Gruppe
GlyphClass in namespace Alvine\Markup\Html\Element\Svg
Glyph
GlyphrefClass in namespace Alvine\Markup\Html\Element\Svg
Glyphref
Engine::getAttributePrefix() — Method in class Engine
Der Prefix, der in der HTML-Datei für die Markup-Operationen verwendet wird.
Engine::getDataset() — Method in class Engine
Verwendetes Dataset
Engine::getNodes() — Method in class Engine
Diese Methode liefert je nach Typ des Parameters eine Liste mit Nodes oder eine Node zurück.
Engine::getProcessedNodes() — Method in class Engine
Diese Methode holt über die Methode Engine::getNodes() die Node-Struktur des Parameters und wendet auf diese das gesetzte Dataset an. Die Node-Struktur wird dabei gecached (siehe Engine::getNodes()).
Engine::getHTML() — Method in class Engine
HTML parsen und das Ergebnis als Zeichenkette zurückgeben. Diese Methode ruft Engine::getProcessedNodes() auf.
Fragment::getInstanceFromStream() — Method in class Fragment
Fragment aus einem InputSteam erstellen
Fragment::getInstanceFromString() — Method in class Fragment
Fragment aus einer Zeichenkette
InputStream::getCurrentInputCharacter() — Method in class InputStream
Aktuelles Zeichen
InputStream::getNextInputCharacter() — Method in class InputStream
Nächstes Zeichen aus dem Stream lesen und in current speichern.
Node::getHTML() — Method in class Node
Die HTML Ausgabe erstellt eine Zeichenkette mit den Tags und dem Inhalt. Die Methode läuft rekursive über alle Kinder.
Comment::getHTML() — Method in class Comment
HTML
Text::getHTML() — Method in class Text
HTML
OpenElementsStack::getTopmostNode() — Method in class OpenElementsStack
Zuerst hinzugefügte Node oder null
OpenElementsStack::getBottommostNode() — Method in class OpenElementsStack
Zuletzt hinzugefügte Node oder Null
OpenElementsStack::getPreviousNode() — Method in class OpenElementsStack
Vorherige Node
OpenElementsStack::getCurrentNode() — Method in class OpenElementsStack
Aktuelle Node
OpenElementsStack::getAdjustedCurrentNode() — Method in class OpenElementsStack
AdjustNode
OpenElementsStack::getNodeBefore() — Method in class OpenElementsStack
Node vor der eingehängten Node
OpenElementsStack::getNodeBeforeCurrentNode() — Method in class OpenElementsStack
Die Node vor der aktuellen Node
Tokenizer::getTemporaryBuffer() — Method in class Tokenizer
Temporärer Zeichenbuffer auslesen
Tokenizer::getCurrentState() — Method in class Tokenizer
Aktuell verwendeter Status
Tokenizer::getCurrentToken() — Method in class Tokenizer
Aktueller Token
Tokenizer::getTokenStack() — Method in class Tokenizer
TokenStack
Tokenizer::getParseErrors() — Method in class Tokenizer
Fehlermeldungen
BeforeAttributeValue::getAttributeToken() — Method in class BeforeAttributeValue
Token
Character::getChar() — Method in class Character
Zeichen
Comment::getComment() — Method in class Comment
Kommentar
Doctype::getRootElement() — Method in class Doctype
Alias für getName()
Doctype::getName() — Method in class Doctype
Rootelement
Doctype::getPublicIdentifier() — Method in class Doctype
Publicidentifier
Doctype::getSystemIdentifier() — Method in class Doctype
Systemidentifier
StartTag::getWorkingAttribute() — Method in class StartTag
Arbeitsattribute
StartTag::getAttributes() — Method in class StartTag
Attribute
StartTag::getAttributeMap() — Method in class StartTag
Umwandeln der internen Attributeliste in eine AttributeMap für Nodes.
Tag::getTagName() — Method in class Tag
TagName
Attribute::getAttributeName() — Method in class Attribute
Name des Attribute
Attribute::getAttributeValue() — Method in class Attribute
Werts
TreeConstructor::getPendingTableCharacterTokens() — Method in class TreeConstructor
Unerledigte Tabellen Token
TreeConstructor::getStackOfTemplateInsertionModes() — Method in class TreeConstructor
Template-Stacke
TreeConstructor::getFramesetNotOK() — Method in class TreeConstructor
Frameset-OK Status
TreeConstructor::getForm() — Method in class TreeConstructor
Gültiges Form-Tag
TreeConstructor::getCurrentNode() — Method in class TreeConstructor
Aktuelle Node
TreeConstructor::getAppropriatePlaceForInsertingNode() — Method in class TreeConstructor
Node zum einhängen bestimmen
TreeConstructor::getTokenizer() — Method in class TreeConstructor
Verwendeter Tokenizer oder \null wenn kein Tokenizer gesetzt wurde
TreeConstructor::getInsertionMode() — Method in class TreeConstructor
Einfügemodus holens
TreeConstructor::generateImpliedEndTags() — Method in class TreeConstructor
Spezielle offene Elemente schliessen. Über $exclude kann ein Tag aus der Liste angegeben werde, der nicht geschlossen werden soll.
TreeConstructor::getOpenElementsStack() — Method in class TreeConstructor
Den Stack der offenen Elemente holen
TreeConstructor::getContext() — Method in class TreeConstructor
Kontext

H

AbstractOperation::handleCollections() — Method in class AbstractOperation
Werte vom Typ Collection bearbeiten
AbstractOperation::handleMaps() — Method in class AbstractOperation
Werte vom Typ Map bearbeiten
AbstractOperation::handleNumberIntern() — Method in class AbstractOperation
AbstractOperation::handleFloat() — Method in class AbstractOperation
Werte vom Typ String verarbeiten
AbstractOperation::handleInteger() — Method in class AbstractOperation
Werte vom Typ String verarbeiten
AbstractOperation::handleBoolean() — Method in class AbstractOperation
Werte vom Typ String verarbeiten
AbstractOperation::handleNull() — Method in class AbstractOperation
Werte vom Typ Null verarbeiten
AbstractOperation::handleStrings() — Method in class AbstractOperation
Werte vom Typ String verarbeiten
HasClassClass in namespace Alvine\Markup\Html\Constraint
Das Attribute der Node entspricht dem Wert
HasIDClass in namespace Alvine\Markup\Html\Constraint
Die Node hat die ID mit dem Entsprechenden Wert
Element::hasEndTag() — Method in class Element
Prüfen ob der Tag ein schliessendes Tag benötigt. Das ist der Fall wenn selfClosing und EndTag true sind.
Doctype::hasEndTag() — Method in class Doctype
Doctype hat per Definition kein EndTag. Diese Methode gibt immer false zurück.
HtmlClass in namespace Alvine\Markup\Html\Element
in der Basisklasse Html sind alle Globalen Attribute der HTML-Elemente definiert.
H1Class in namespace Alvine\Markup\Html\Element\Html
H1 -
H2Class in namespace Alvine\Markup\Html\Element\Html
H2 -
H3Class in namespace Alvine\Markup\Html\Element\Html
H3 -
H4Class in namespace Alvine\Markup\Html\Element\Html
H4 -
H5Class in namespace Alvine\Markup\Html\Element\Html
H5 -
H6Class in namespace Alvine\Markup\Html\Element\Html
H6 -
HeadClass in namespace Alvine\Markup\Html\Element\Html
Head - Container for document metadata
HeaderClass in namespace Alvine\Markup\Html\Element\Html
Header - Introductory or navigational aids for a page or section
HrClass in namespace Alvine\Markup\Html\Element\Html
Hr
HtmlClass in namespace Alvine\Markup\Html\Element\Html
Html - Root element
HtmlClass in namespace Alvine\Markup\Html\Element\Namespaces
Html-Namespaces
A::hasEndTag() — Method in class A
Void-Elemente wie br haben kein schliessenden Tag
Altglyph::hasEndTag() — Method in class Altglyph
Void-Elemente wie br haben kein schliessenden Tag
Altglyphdef::hasEndTag() — Method in class Altglyphdef
Void-Elemente wie br haben kein schliessenden Tag
Altglyphitem::hasEndTag() — Method in class Altglyphitem
Void-Elemente wie br haben kein schliessenden Tag
Animate::hasEndTag() — Method in class Animate
Void-Elemente wie br haben kein schliessenden Tag
Animatecolor::hasEndTag() — Method in class Animatecolor
Void-Elemente wie br haben kein schliessenden Tag
Animatemotion::hasEndTag() — Method in class Animatemotion
Void-Elemente wie br haben kein schliessenden Tag
Animatetransform::hasEndTag() — Method in class Animatetransform
Void-Elemente wie br haben kein schliessenden Tag
Circle::hasEndTag() — Method in class Circle
Void-Elemente wie br haben kein schliessenden Tag
Clippath::hasEndTag() — Method in class Clippath
Void-Elemente wie br haben kein schliessenden Tag
Colorprofile::hasEndTag() — Method in class Colorprofile
Void-Elemente wie br haben kein schliessenden Tag
Cursor::hasEndTag() — Method in class Cursor
Void-Elemente wie br haben kein schliessenden Tag
Defs::hasEndTag() — Method in class Defs
Void-Elemente wie br haben kein schliessenden Tag
Desc::hasEndTag() — Method in class Desc
Void-Elemente wie br haben kein schliessenden Tag
Ellipse::hasEndTag() — Method in class Ellipse
Void-Elemente wie br haben kein schliessenden Tag
Feblend::hasEndTag() — Method in class Feblend
Void-Elemente wie br haben kein schliessenden Tag
Fecolormatrix::hasEndTag() — Method in class Fecolormatrix
Void-Elemente wie br haben kein schliessenden Tag
Fecomponenttransfer::hasEndTag() — Method in class Fecomponenttransfer
Void-Elemente wie br haben kein schliessenden Tag
Fecomposite::hasEndTag() — Method in class Fecomposite
Void-Elemente wie br haben kein schliessenden Tag
Feconvolvematrix::hasEndTag() — Method in class Feconvolvematrix
Void-Elemente wie br haben kein schliessenden Tag
Fediffuselighting::hasEndTag() — Method in class Fediffuselighting
Void-Elemente wie br haben kein schliessenden Tag
Fedisplacementmap::hasEndTag() — Method in class Fedisplacementmap
Void-Elemente wie br haben kein schliessenden Tag
Fedistantlight::hasEndTag() — Method in class Fedistantlight
Void-Elemente wie br haben kein schliessenden Tag
Feflood::hasEndTag() — Method in class Feflood
Void-Elemente wie br haben kein schliessenden Tag
Fefunca::hasEndTag() — Method in class Fefunca
Void-Elemente wie br haben kein schliessenden Tag
Fefuncb::hasEndTag() — Method in class Fefuncb
Void-Elemente wie br haben kein schliessenden Tag
Fefuncg::hasEndTag() — Method in class Fefuncg
Void-Elemente wie br haben kein schliessenden Tag
Fefuncr::hasEndTag() — Method in class Fefuncr
Void-Elemente wie br haben kein schliessenden Tag
Fegaussianblur::hasEndTag() — Method in class Fegaussianblur
Void-Elemente wie br haben kein schliessenden Tag
Feimage::hasEndTag() — Method in class Feimage
Void-Elemente wie br haben kein schliessenden Tag
Femerge::hasEndTag() — Method in class Femerge
Void-Elemente wie br haben kein schliessenden Tag
Femergenode::hasEndTag() — Method in class Femergenode
Void-Elemente wie br haben kein schliessenden Tag
Femorphology::hasEndTag() — Method in class Femorphology
Void-Elemente wie br haben kein schliessenden Tag
Feoffset::hasEndTag() — Method in class Feoffset
Void-Elemente wie br haben kein schliessenden Tag
Fepointlight::hasEndTag() — Method in class Fepointlight
Void-Elemente wie br haben kein schliessenden Tag
Fespecularlighting::hasEndTag() — Method in class Fespecularlighting
Void-Elemente wie br haben kein schliessenden Tag
Fespotlight::hasEndTag() — Method in class Fespotlight
Void-Elemente wie br haben kein schliessenden Tag
Fetile::hasEndTag() — Method in class Fetile
Void-Elemente wie br haben kein schliessenden Tag
Feturbulence::hasEndTag() — Method in class Feturbulence
Void-Elemente wie br haben kein schliessenden Tag
Filter::hasEndTag() — Method in class Filter
Void-Elemente wie br haben kein schliessenden Tag
Font::hasEndTag() — Method in class Font
Void-Elemente wie br haben kein schliessenden Tag
Fontface::hasEndTag() — Method in class Fontface
Void-Elemente wie br haben kein schliessenden Tag
Fontfaceformat::hasEndTag() — Method in class Fontfaceformat
Void-Elemente wie br haben kein schliessenden Tag
Fontfacename::hasEndTag() — Method in class Fontfacename
Void-Elemente wie br haben kein schliessenden Tag
Fontfacesrc::hasEndTag() — Method in class Fontfacesrc
Void-Elemente wie br haben kein schliessenden Tag
Fontfaceuri::hasEndTag() — Method in class Fontfaceuri
Void-Elemente wie br haben kein schliessenden Tag
Foreignobject::hasEndTag() — Method in class Foreignobject
Void-Elemente wie br haben kein schliessenden Tag
G::hasEndTag() — Method in class G
Void-Elemente wie br haben kein schliessenden Tag
Glyph::hasEndTag() — Method in class Glyph
Void-Elemente wie br haben kein schliessenden Tag
Glyphref::hasEndTag() — Method in class Glyphref
Void-Elemente wie br haben kein schliessenden Tag
HkernClass in namespace Alvine\Markup\Html\Element\Svg
Hkern
Hkern::hasEndTag() — Method in class Hkern
Void-Elemente wie br haben kein schliessenden Tag
Image::hasEndTag() — Method in class Image
Void-Elemente wie br haben kein schliessenden Tag
Line::hasEndTag() — Method in class Line
Void-Elemente wie br haben kein schliessenden Tag
Lineargradient::hasEndTag() — Method in class Lineargradient
Void-Elemente wie br haben kein schliessenden Tag
Marker::hasEndTag() — Method in class Marker
Void-Elemente wie br haben kein schliessenden Tag
Mask::hasEndTag() — Method in class Mask
Void-Elemente wie br haben kein schliessenden Tag
Metadata::hasEndTag() — Method in class Metadata
Void-Elemente wie br haben kein schliessenden Tag
Missingglyph::hasEndTag() — Method in class Missingglyph
Void-Elemente wie br haben kein schliessenden Tag
Mpath::hasEndTag() — Method in class Mpath
Void-Elemente wie br haben kein schliessenden Tag
Path::hasEndTag() — Method in class Path
Void-Elemente wie br haben kein schliessenden Tag
Pattern::hasEndTag() — Method in class Pattern
Void-Elemente wie br haben kein schliessenden Tag
Polygon::hasEndTag() — Method in class Polygon
Void-Elemente wie br haben kein schliessenden Tag
Polyline::hasEndTag() — Method in class Polyline
Void-Elemente wie br haben kein schliessenden Tag
Radialgradient::hasEndTag() — Method in class Radialgradient
Void-Elemente wie br haben kein schliessenden Tag
Rect::hasEndTag() — Method in class Rect
Void-Elemente wie br haben kein schliessenden Tag
Script::hasEndTag() — Method in class Script
Void-Elemente wie br haben kein schliessenden Tag
Set::hasEndTag() — Method in class Set
Void-Elemente wie br haben kein schliessenden Tag
Stop::hasEndTag() — Method in class Stop
Void-Elemente wie br haben kein schliessenden Tag
Style::hasEndTag() — Method in class Style
Void-Elemente wie br haben kein schliessenden Tag
SwitchTag::hasEndTag() — Method in class SwitchTag
Void-Elemente wie br haben kein schliessenden Tag
Symbol::hasEndTag() — Method in class Symbol
Void-Elemente wie br haben kein schliessenden Tag
Text::hasEndTag() — Method in class Text
Void-Elemente wie br haben kein schliessenden Tag
Textpath::hasEndTag() — Method in class Textpath
Void-Elemente wie br haben kein schliessenden Tag
Title::hasEndTag() — Method in class Title
Void-Elemente wie br haben kein schliessenden Tag
Tref::hasEndTag() — Method in class Tref
Void-Elemente wie br haben kein schliessenden Tag
Tspan::hasEndTag() — Method in class Tspan
Void-Elemente wie br haben kein schliessenden Tag
UseTag::hasEndTag() — Method in class UseTag
Void-Elemente wie br haben kein schliessenden Tag
View::hasEndTag() — Method in class View
Void-Elemente wie br haben kein schliessenden Tag
Vkern::hasEndTag() — Method in class Vkern
Void-Elemente wie br haben kein schliessenden Tag
VoidView::hasEndTag() — Method in class VoidView
Void-Elemente wie br haben kein schliessenden Tag
Comment::hasEndTag() — Method in class Comment
Kommentare haben keinen End-Tag
Text::hasEndTag() — Method in class Text
Text hat keinen Tag
$OpenElementsStack#htmlFragmentParsingAlgorithmProperty in class OpenElementsStack
OpenElementsStack::haveAnElementTargetNodeInASpecificScope() — Method in class OpenElementsStack
Überprüfen ob im speziellen Bereich eine Node vorhanden ist.
OpenElementsStack::haveAParticularElementInScope() — Method in class OpenElementsStack
Sonderbereich
OpenElementsStack::haveAParticularElementInListItemScope() — Method in class OpenElementsStack
Sonderbereich Liste
OpenElementsStack::haveAParticularElementInButtonScope() — Method in class OpenElementsStack
Sonderbereich Button
OpenElementsStack::haveAParticularElementInTableScope() — Method in class OpenElementsStack
Sonderbereich Tabelle
OpenElementsStack::haveAParticularElementInSelectScope() — Method in class OpenElementsStack
$TreeConstructor#headElementProperty in class TreeConstructor
TreeConstructor::hasPendingTableCharacterTokensNotWhitespaces() — Method in class TreeConstructor
Gibt es unerledigte Tabellen-CharacterTokens

I

Component::initEnvironmentRules() — Method in class Component
Regeln für die Systemprüfung
Attribute::isValid() — Method in class Attribute
Prüffunktion. Die Prüfung ist True, wenn der übergebene Wert einem Attribute entspreicht.
AttributeValue::isValid() — Method in class AttributeValue
Prüffunktion. Die Prüfung ist True, wenn der übergebene Wert einem Attribute entspreicht.
AttributeValueNotEqual::isValid() — Method in class AttributeValueNotEqual
Prüffunktion. Die Prüfung ist True, wenn der übergebene Wert einem Attribute entspreicht.
HasClass::isValid() — Method in class HasClass
Prüffunktion. Die Prüfung ist True, wenn die Node die definierte Klasse besitzt
HasID::isValid() — Method in class HasID
Prüffunktion. Die Prüfung ist True, wenn die Node die definierte ID besitzt
NoAttribute::isValid() — Method in class NoAttribute
Prüffunktion. Die Prüfung ist True, wenn der übergebene Wert nicht dem Attribute entspreicht.
Node::isValid() — Method in class Node
Prüffunktion. Die Prüfung ist True, wenn der übergebene Wert dem Namen eines Vorfahren der Node entspricht.
Selector::isValid() — Method in class Selector
Prüfung ob der übergebene Wert nicht NULL ist.
Html::isDraggable() — Method in class Html
Ist das Element Dragable
IClass in namespace Alvine\Markup\Html\Element\Html
I - Alternate voice
IframeClass in namespace Alvine\Markup\Html\Element\Html
Iframe - Nested browsing context
ImgClass in namespace Alvine\Markup\Html\Element\Html
Img - Image
InputClass in namespace Alvine\Markup\Html\Element\Html
Input - Form control
InsClass in namespace Alvine\Markup\Html\Element\Html
Ins - An addition to the document
Svg::isDraggable() — Method in class Svg
Ist das Element Dragable
ImageClass in namespace Alvine\Markup\Html\Element\Svg
Image
InputStreamClass in namespace Alvine\Markup\Html
InputStream
OpenElementsStack::isSecondElementIsBody() — Method in class OpenElementsStack
Prüfen ob das zweite Element ein Body-Node ist
TokenStack::isAppropriateEndTagToken() — Method in class TokenStack
Überprüfen des übergebenen End-Tokens mit dem zuletzt hinzugefügtem StartTag-Token. Es wird im Stapel solange nach unten gesucht bis ein StartTag auftaucht.
Token::isEmitted() — Method in class Token
Prüfen ob der Token eingereicht wurde
Doctype::initPublicIdentifier() — Method in class Doctype
Publicidentifier auf leere Zeichenkette setzen Es gibt die Zustände null, leere Zeichenkette und gesetzte Zeichenkette.
Doctype::initSystemIdentifier() — Method in class Doctype
Systemidentifier auf leere Zeichenkette setzen Es gibt die Zustände null, leere Zeichenkette und gesetzte Zeichenkette.
Doctype::isForceQuirksFlag() — Method in class Doctype
Status des Quirsmodus
StartTag::isSelfClosing() — Method in class StartTag
Selfclosing
$TreeConstructor#insertionModeProperty in class TreeConstructor
$TreeConstructor#ignoreLFTokenProperty in class TreeConstructor
TreeConstructor::isQuirksMode() — Method in class TreeConstructor
QuirksMode des Dokuments holen
TreeConstructor::isInSpecialCategory() — Method in class TreeConstructor
Prüfen ob der Tag in eine spezielle Kategorie gehört.
TreeConstructor::isElementOnStack() — Method in class TreeConstructor
Überprüfung ob die angegebenen Tags auf den Stack der offenen Elemente liegen
TreeConstructor::ignoreLfInBeginningNextToken() — Method in class TreeConstructor
Bei bestimmten Tags (z.B. pre) wird aus bequemlichkeitsgründen das erste Linefeed nach dem Tag ignoriert.
TreeConstructor::isScriptingFlag() — Method in class TreeConstructor
Scriptflag
TreeConstructor::insertComment() — Method in class TreeConstructor
Kommentar einfügen
TreeConstructor::insertGenericTextElement() — Method in class TreeConstructor
TextElement einfügen
TreeConstructor::insertGenericRCDATAElement() — Method in class TreeConstructor
RCData Element einfügen
TreeConstructor::insertGenericRawTextElement() — Method in class TreeConstructor
RawText Element einfügen
TreeConstructor::insertScriptDataElement() — Method in class TreeConstructor
ScriptData Element einfügen
TreeConstructor::insertHtmlElement() — Method in class TreeConstructor
HTML Element einfügen
TreeConstructor::insertForeignElement() — Method in class TreeConstructor
Fremdelement das kein HTML ist einfügen Für das Element wird eine Node-Klasse unterhalb des Namensraums \Alvine\Markup\Html\Element gesucht.
TreeConstructor::insertCharacter() — Method in class TreeConstructor
Zeichen-Token einfügen
InsertionModeClass in namespace Alvine\Markup\Html\TreeConstructor
Die InsertionMode regelt die Verarbeitung der vom Tokenizer erstellten Token und die Integration in den TreeConstructor.
InBodyClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InBody
InCaptionClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InCaption
InCellClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InCell
InColumnGroupClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InColumnGroup
InFramesetClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InFrameset
InHeadClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InHead
InHeadNoScriptClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InHeadNoScript
InRowClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
The "in row" insertion mode When the user agent is to apply the rules for the "in row" insertion mode, the user agent must handle the token as follows: .
InSelectClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InSelect
InSelectInTableClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InSelectInTable
InTableClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InTable
InTableBodyClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InTableBody
InTableTextClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InTableText
InTemplateClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
InTemplate
InitialClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
Initialeinfügemodus

K

$Attribute#keyProperty in class Attribute
$AttributeValue#keyProperty in class AttributeValue
KbdClass in namespace Alvine\Markup\Html\Element\Html
Kbd - User input
KeygenClass in namespace Alvine\Markup\Html\Element\Html
Keygen - Cryptographic key-pair generator form control

L

$Element#localNameProperty in class Element
LabelClass in namespace Alvine\Markup\Html\Element\Html
Label - Caption for a form control
LegendClass in namespace Alvine\Markup\Html\Element\Html
Legend - Caption for fieldset
LiClass in namespace Alvine\Markup\Html\Element\Html
Li - List item
LinkClass in namespace Alvine\Markup\Html\Element\Html
Link - Link metadata
LineClass in namespace Alvine\Markup\Html\Element\Svg
Line
LineargradientClass in namespace Alvine\Markup\Html\Element\Svg
Lineargradient
$Engine#localeProperty in class Engine
LoggerDefaultNameClass in namespace Alvine\Markup\Html
LoggerDefaultName für die HTML-Komponente
TreeConstructor::letTheOriginalInsertionModeCurrentInsertionMode() — Method in class TreeConstructor
Zwischenspeicher des Einfügemodus für spätere Verwendung
TreeConstructor::lookUpACustomElementDefinition() — Method in class TreeConstructor
Custom-Elements sind noch nicht vollständfig implementiert!

M

MainClass in namespace Alvine\Markup\Html\Element\Html
Main - Main content of a document
MapClass in namespace Alvine\Markup\Html\Element\Html
Map - Image map
MarkClass in namespace Alvine\Markup\Html\Element\Html
Mark - Highlight
MetaClass in namespace Alvine\Markup\Html\Element\Html
Meta - Text metadata
MeterClass in namespace Alvine\Markup\Html\Element\Html
Meter - Gauge
MiClass in namespace Alvine\Markup\Html\Element\Html
Mi
MathMLClass in namespace Alvine\Markup\Html\Element\Namespaces
MathML-Namespaces
MarkerClass in namespace Alvine\Markup\Html\Element\Svg
Marker
MaskClass in namespace Alvine\Markup\Html\Element\Svg
Mask
MetadataClass in namespace Alvine\Markup\Html\Element\Svg
Metadata
MissingglyphClass in namespace Alvine\Markup\Html\Element\Svg
Missingglyph
MpathClass in namespace Alvine\Markup\Html\Element\Svg
Mpath
MissingTokenizerExceptionClass in namespace Alvine\Markup\Html
MissingTokenizerException
MarkupDeclarationOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
MarkupDeclarationOpen
$AdjustForeignAttributes#mapProperty in class AdjustForeignAttributes
AdjustForeignAttributes::map() — Method in class AdjustForeignAttributes
Mappen
$AdjustSVGAttributes#mapProperty in class AdjustSVGAttributes
AdjustSVGAttributes::map() — Method in class AdjustSVGAttributes
Mappen

N

$HasID#nodeIDProperty in class HasID
NoAttributeClass in namespace Alvine\Markup\Html\Constraint
Das Element hat nicht das angegebene Attribute
NodeClass in namespace Alvine\Markup\Html\Constraint
Die Node entspricht dem Wert
$Element#noEndTagProperty in class Element
$Element#namespaceProperty in class Element
NavClass in namespace Alvine\Markup\Html\Element\Html
Nav - Section with navigational links
NoscriptClass in namespace Alvine\Markup\Html\Element\Html
Noscript - Fallback content for script
NamespacesClass in namespace Alvine\Markup\Html\Element
Namespaces
NormalClass in namespace Alvine\Markup\Html\Element
Normal
NodeClass in namespace Alvine\Markup\Html
Node
NodeListClass in namespace Alvine\Markup\Html
NodeList im Namensraum von HTML
$CharacterReferenceInData#namedCharacterReferenceMaxLengthProperty in class CharacterReferenceInData
Der Wert und die unteren Daten kommen über das Script createentities.php
$CharacterReferenceInData#namedCharacterReferencesProperty in class CharacterReferenceInData
$DataTextEndTagName#nextStateProperty in class DataTextEndTagName

O

ObjectElementClass in namespace Alvine\Markup\Html\Element\Html
Object - Image, nested browsing context, or plugin
OlClass in namespace Alvine\Markup\Html\Element\Html
Ol - Ordered list
OptgroupClass in namespace Alvine\Markup\Html\Element\Html
Optgroup - Group of options in a list box
OptionClass in namespace Alvine\Markup\Html\Element\Html
Option - Option in a list box or combo box control
OutputClass in namespace Alvine\Markup\Html\Element\Html
Output - Calculated output value
OpenElementsStackClass in namespace Alvine\Markup\Html
Erweiterung des Standard-Stacks um Funktionen für den HTML-Parser
OperationClass in namespace Alvine\Markup\Html
Dieses Interface definiert die Methode Operation::process() die von Klassen die das Interface implementieren implementiert werden muss. Die Methode wird vom Dataset-Trait aufgerufen.
$TreeConstructor#openElementsStackProperty in class TreeConstructor
$TreeConstructor#overrideTargetProperty in class TreeConstructor
$TreeConstructor#originalInsertionModeProperty in class TreeConstructor

P

$CacheObject#payloadProperty in class CacheObject
Selector::parse() — Method in class Selector
Query parsen und Constraint bauen
$Element#prefixProperty in class Element
PClass in namespace Alvine\Markup\Html\Element\Html
P - Paragraph
ParamClass in namespace Alvine\Markup\Html\Element\Html
Param - Parameter for object
PlaintextClass in namespace Alvine\Markup\Html\Element\Html
Plaintext
PreClass in namespace Alvine\Markup\Html\Element\Html
Pre - Block of preformatted text
ProgressClass in namespace Alvine\Markup\Html\Element\Html
Progress - Progress bar
PathClass in namespace Alvine\Markup\Html\Element\Svg
Path
PatternClass in namespace Alvine\Markup\Html\Element\Svg
Pattern
PolygonClass in namespace Alvine\Markup\Html\Element\Svg
Polygon
PolylineClass in namespace Alvine\Markup\Html\Element\Svg
Polyline
Engine::processElement() — Method in class Engine
Elemente bearbeiten
InputStream::preprocessing() — Method in class InputStream
Vorbereiten des Input-Streams
OpenElementsStack::popAllNodesWithoutHtmlRoot() — Method in class OpenElementsStack
Alle nodes bis auf das HTML-Node vom Stapel entfernen
OpenElementsStack::popAllNodesUntil() — Method in class OpenElementsStack
Alle Elemente bis zu einem Beliebigen Tag-Node mit dem Namen $tagName entfernen. Liegt die Node nicht auf dem Stapel werden alle Nodes entfernt.
Operation::process() — Method in class Operation
Node bearbeiten
Attributes::process() — Method in class Attributes
Attribute setzen
Condition::process() — Method in class Condition
Die Condition Anweisung definiert eine Möglichkeit Elemente abhängig von einem Wert ein- bzw. auszublenden.
Debug::process() — Method in class Debug
Das Element in dem das Attribute definiert wurde dient als Container für die Fehlerausgabe.
Remove::process() — Method in class Remove
Die Node und der gesamte Inhalt werden entfernt.
RemoveTag::process() — Method in class RemoveTag
Der Tag in dem das Attribute definiert wurde wird entfernt und die Kinder dieser Node werden in die Elternnode integriert.
Repeat::process() — Method in class Repeat
Wiederholen des Tags in dem das Attribute definiert wurde.
Replace::process() — Method in class Replace
Alle Kinder der Node durch den Wert des Attributes data-replace ersetzen.
ReplaceSelf::process() — Method in class ReplaceSelf
Die Node und alle Kinder der Node werden durch den Wert des Attributes data-replaceself ersetzen.
ParserClass in namespace Alvine\Markup\Html
Der Parser ist das Bindeglied zwischen Document, Tokenizer und Treebuilder. Der Parser wird in der Regel von Document oder Fragment aufgerufen.
Parser::parseHtml() — Method in class Parser
Erstellt aus einem Zeichenstream ein HTML-Dokument mit den enthaltenen Nodes.
Parser::parseHtmlFragment() — Method in class Parser
Diese Methode braucht kein komplett vollständiges HTML-Zeichenkette. Es reicht ein Fragment.
ParserExceptionClass in namespace Alvine\Markup\Html
ParserException
$Tokenizer#parseErrorProperty in class Tokenizer
State::parse() — Method in class State
Status ausführen
AfterAttributeName::parse() — Method in class AfterAttributeName
parse
AfterAttributeValueQuoted::parse() — Method in class AfterAttributeValueQuoted
parse
AfterDoctypeName::parse() — Method in class AfterDoctypeName
parse
AfterDoctypePublicIdentifier::parse() — Method in class AfterDoctypePublicIdentifier
parse
AfterDoctypePublicKeyword::parse() — Method in class AfterDoctypePublicKeyword
parse
AfterDoctypeSystemIdentifier::parse() — Method in class AfterDoctypeSystemIdentifier
parse
AfterDoctypeSystemKeyword::parse() — Method in class AfterDoctypeSystemKeyword
parse
AttributeName::parse() — Method in class AttributeName
parse
AttributeValueQuoted::parse() — Method in class AttributeValueQuoted
parse
AttributeValueUnquoted::parse() — Method in class AttributeValueUnquoted
parse
BeforeAttributeName::parse() — Method in class BeforeAttributeName
parse
BeforeAttributeValue::parse() — Method in class BeforeAttributeValue
parse
BeforeDoctypeName::parse() — Method in class BeforeDoctypeName
parse
BeforeDoctypePublicIdentifier::parse() — Method in class BeforeDoctypePublicIdentifier
parse
BeforeDoctypeSystemIdentifier::parse() — Method in class BeforeDoctypeSystemIdentifier
parse
BetweenDoctypePublicAndSystemIdentifiers::parse() — Method in class BetweenDoctypePublicAndSystemIdentifiers
parse
BogusComment::parse() — Method in class BogusComment
parse
BogusDoctype::parse() — Method in class BogusDoctype
parse
CDataSection::parse() — Method in class CDataSection
parse
CharacterReferenceInAttributeValue::parse() — Method in class CharacterReferenceInAttributeValue
parse
CharacterReferenceInData::parse() — Method in class CharacterReferenceInData
Status ausführen
CharacterReferenceInRcData::parse() — Method in class CharacterReferenceInRcData
parse
Comment::parse() — Method in class Comment
parse
CommentEnd::parse() — Method in class CommentEnd
parse
CommentEndBang::parse() — Method in class CommentEndBang
parse
CommentEndDash::parse() — Method in class CommentEndDash
parse
CommentStart::parse() — Method in class CommentStart
parse
CommentStartDash::parse() — Method in class CommentStartDash
parse
Data::parse() — Method in class Data
DataTextEndTagName::parse() — Method in class DataTextEndTagName
parse
Doctype::parse() — Method in class Doctype
parse
DoctypeName::parse() — Method in class DoctypeName
parse
DoctypePublicIdentifierQuoted::parse() — Method in class DoctypePublicIdentifierQuoted
parse
DoctypeSystemIdentifierQuoted::parse() — Method in class DoctypeSystemIdentifierQuoted
parse
EndTagOpen::parse() — Method in class EndTagOpen
parse
MarkupDeclarationOpen::parse() — Method in class MarkupDeclarationOpen
parse
PlaintextClass in namespace Alvine\Markup\Html\Tokenizer\State
Plaintext
Plaintext::parse() — Method in class Plaintext
parse
RawText::parse() — Method in class RawText
parse
RawTextEndTagOpen::parse() — Method in class RawTextEndTagOpen
parse
RawTextLessThanSign::parse() — Method in class RawTextLessThanSign
parse
RcData::parse() — Method in class RcData
parse
RcDataEndTagOpen::parse() — Method in class RcDataEndTagOpen
parse
RcDataLessThanSign::parse() — Method in class RcDataLessThanSign
parse
ScriptData::parse() — Method in class ScriptData
parse
ScriptDataDoubleEscapeEnd::parse() — Method in class ScriptDataDoubleEscapeEnd
parse
ScriptDataDoubleEscapeStart::parse() — Method in class ScriptDataDoubleEscapeStart
parse
ScriptDataDoubleEscaped::parse() — Method in class ScriptDataDoubleEscaped
parse
ScriptDataDoubleEscapedDash::parse() — Method in class ScriptDataDoubleEscapedDash
parse
ScriptDataDoubleEscapedDashDash::parse() — Method in class ScriptDataDoubleEscapedDashDash
parse
ScriptDataDoubleEscapedLessThanSign::parse() — Method in class ScriptDataDoubleEscapedLessThanSign
parse
ScriptDataEndTagName::parse() — Method in class ScriptDataEndTagName
parse
ScriptDataEndTagOpen::parse() — Method in class ScriptDataEndTagOpen
parse
ScriptDataEscapeStart::parse() — Method in class ScriptDataEscapeStart
parse
ScriptDataEscapeStartDash::parse() — Method in class ScriptDataEscapeStartDash
parse
ScriptDataEscaped::parse() — Method in class ScriptDataEscaped
parse
ScriptDataEscapedDash::parse() — Method in class ScriptDataEscapedDash
parse
ScriptDataEscapedDashDash::parse() — Method in class ScriptDataEscapedDashDash
parse
ScriptDataEscapedEndTagOpen::parse() — Method in class ScriptDataEscapedEndTagOpen
parse
ScriptDataEscapedLessThanSign::parse() — Method in class ScriptDataEscapedLessThanSign
parse
ScriptDataLessThanSign::parse() — Method in class ScriptDataLessThanSign
parse
SelfClosingStartTag::parse() — Method in class SelfClosingStartTag
parse
TagName::parse() — Method in class TagName
parse
TagOpen::parse() — Method in class TagOpen
parse
$Doctype#publicIdentifierProperty in class Doctype
$TreeConstructor#parseErrorProperty in class TreeConstructor
$TreeConstructor#parserProperty in class TreeConstructor
$TreeConstructor#pendingTableCharacterTokensProperty in class TreeConstructor
TreeConstructor::popTheCurrentTemplateInsertionMode() — Method in class TreeConstructor
TreeConstructor::pushOntoTheStackOfTemplateInsertionModes() — Method in class TreeConstructor
TreeConstructor::pushHeadOntoStackOfOpenElements() — Method in class TreeConstructor
Head-Element auf den Stack legen.
TreeConstructor::popHeadFromStackOfOpenElements() — Method in class TreeConstructor
Head-Element vom OpenStack löschen Ist kein Head Element definiert, so wird ein Fehler erzeugt.
TreeConstructor::pushOnOpenElementsStack() — Method in class TreeConstructor
Node auf den Stapel der offenen Elemente legen.
TreeConstructor::popOpenElementsFromStack() — Method in class TreeConstructor
Node vom Stapel der offenen Elemente entfernen Ist keine Node vorhanden, wird null zurückgegeben
InsertionMode::parse() — Method in class InsertionMode
Parsen der Token und ausführen der Arbeitsschritte
AfterAfterBody::parse() — Method in class AfterAfterBody
Parsen von Token
AfterAfterFrameset::parse() — Method in class AfterAfterFrameset
Parsen von Token
AfterBody::parse() — Method in class AfterBody
Parsen von Token
AfterFrameset::parse() — Method in class AfterFrameset
Parsen von Token
AfterHead::parse() — Method in class AfterHead
Parsen von Token
BeforeHead::parse() — Method in class BeforeHead
Parsen von Token
BeforeHtml::parse() — Method in class BeforeHtml
Parsen von Token
ForeignContent::parse() — Method in class ForeignContent
Parsen von Token
InBody::parse() — Method in class InBody
Parsen von Token
InCaption::parse() — Method in class InCaption
Parsen von Token
InCell::parse() — Method in class InCell
Parsen von Token
InColumnGroup::parse() — Method in class InColumnGroup
Parsen von Token
InFrameset::parse() — Method in class InFrameset
Parsen von Token
InHead::parse() — Method in class InHead
Parsen von Token
InHeadNoScript::parse() — Method in class InHeadNoScript
Parsen von Token
InRow::parse() — Method in class InRow
Parsen von Token
InSelect::parse() — Method in class InSelect
Parsen von Token
InSelectInTable::parse() — Method in class InSelectInTable
Parsen von Token
InTable::parse() — Method in class InTable
Parsen von Token
InTableBody::parse() — Method in class InTableBody
Parsen von Token
InTableText::parse() — Method in class InTableText
Parsen von Token
InTemplate::parse() — Method in class InTemplate
Parsen von Token
Initial::parse() — Method in class Initial
Parsen von Token
Text::parse() — Method in class Text
Parsen von Token

Q

$Document#quirksModeProperty in class Document
QClass in namespace Alvine\Markup\Html\Element\Html
Q - Quotation

R

AbstractOperation::removeElement() — Method in class AbstractOperation
Element aus Baum entfernen
AbstractOperation::removeMarkup() — Method in class AbstractOperation
Attribute der Engine entfernen
Element::removeAttribute() — Method in class Element
Attribut entfernen
$Doctype#rootElementProperty in class Doctype
RbClass in namespace Alvine\Markup\Html\Element\Html
Rb - Ruby base
RpClass in namespace Alvine\Markup\Html\Element\Html
Rp - Parenthesis for ruby annotation text
RtClass in namespace Alvine\Markup\Html\Element\Html
Rt - Ruby annotation text
RtcClass in namespace Alvine\Markup\Html\Element\Html
Rtc - Ruby annotation text container
RubyClass in namespace Alvine\Markup\Html\Element\Html
Ruby - Ruby annotation(s)
RawTextClass in namespace Alvine\Markup\Html\Element
RawText
RadialgradientClass in namespace Alvine\Markup\Html\Element\Svg
Radialgradient
RectClass in namespace Alvine\Markup\Html\Element\Svg
Rect
$Engine#removeMarkupProperty in class Engine
Engine::removeMarkup() — Method in class Engine
Standardmässig werden die Markups-Attribute entfernt. Über diese Methode kann das Verhalten geändert werden.
Engine::raiseError() — Method in class Engine
Aufgetretenen Fehler melden
OpenElementsStack::removeSecondElementFromParentNode() — Method in class OpenElementsStack
Das zeite Element vom Stape entfernen
RemoveClass in namespace Alvine\Markup\Html\Operation
Die Node in der das Attribute definiert wurde und der gesamte Inhalt werden entfernt.
RemoveTagClass in namespace Alvine\Markup\Html\Operation
Der Tag in dem das Attribute definiert wurde wird entfernt und die Kinder dieser Node werden in die Elternnode integriert.
RepeatClass in namespace Alvine\Markup\Html\Operation
Die Operation Repeat bietet die Möglichkeit einen Tag zu duplizieren.
ReplaceClass in namespace Alvine\Markup\Html\Operation
Ersetzen des Inhaltes einer Node. Zum Inhalt gehört der Wert der node und alle Kinder der Node.
ReplaceSelfClass in namespace Alvine\Markup\Html\Operation
Die Operation ReplaceSelf ersetzt den Inhalt aus der Operration inklusive dem Tag in dem dasAttribute definiert wurde.
Tokenizer::resetTemporaryBuffer() — Method in class Tokenizer
Temporären Zeichenbuffer auf '' setzen
Tokenizer::reconsumeCurrentCharacter() — Method in class Tokenizer
Den Lese-Zeiger des Streams um eins zurückdrehen
Tokenizer::reconsumeCharacter() — Method in class Tokenizer
Den Lese-Zeiger um die übergebene Anzahl $count Zeichen zurückstellen. Es werden $count Zeichen erneut ausgelesen.
Tokenizer::raiseParseError() — Method in class Tokenizer
Fehler beim Parsen des Streams sammeln und für die weitere Verarbeitung ausgeben.
RawTextClass in namespace Alvine\Markup\Html\Tokenizer\State
RawText
RawTextEndTagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
RawTextEndTagName
RawTextEndTagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
RawTextEndTagOpen
RawTextLessThanSignClass in namespace Alvine\Markup\Html\Tokenizer\State
RawTextLessThanSign
RcDataClass in namespace Alvine\Markup\Html\Tokenizer\State
RcData
RcDataEndTagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
RcDataEndTagName
RcDataEndTagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
RcDataEndTagOpen
RcDataLessThanSignClass in namespace Alvine\Markup\Html\Tokenizer\State
RcDataLessThanSign
$Doctype#rootElementProperty in class Doctype
TreeConstructor::raiseParseError() — Method in class TreeConstructor
Fehler sammeln. Wird ein nicht abfangbarer Fehler gemeldet ($exception=true) wird eine ParserException geworfen und das parsen des HTML Dokuments beendet.
TreeConstructor::resetTheInsertionModeAppropriately() — Method in class TreeConstructor
Einfügemodus zurücksetzen
TreeConstructor::runAdoptionAgencyAlgorithm() — Method in class TreeConstructor
Spezieller Algorithmus

S

CacheObject::setPayload() — Method in class CacheObject
Zu speichernder Inhalt
SelectorClass in namespace Alvine\Markup\Html\Constraint
Mit der Selectorklasse kann man eine einfache jquery-ähnliche Suche durchführen.
SelectorParseExceptionClass in namespace Alvine\Markup\Html\Constraint
SelectorParseException
Document::setQuirksMode() — Method in class Document
quirksMode setzen
$Element#selfClosingProperty in class Element
Element::setNamespace() — Method in class Element
Namespace setzen
Element::setSelfClosing() — Method in class Element
Selbstschliessender Tag
Element::setAttributeValue() — Method in class Element
Ein Attribut setzen
Element::setAttributes() — Method in class Element
AttributeMap setzen
Html::setAccesskey() — Method in class Html
Acceskey setzen. Der Wert muss ein einzelnes Zeichen sein. Werden mehrere Zeichen übergeben, so wird nur der erste Wert genommen.
Html::setClass() — Method in class Html
Klassenwert setzen. Sollen mehrere Klassen gesetzt werden, so müssen diese durch ein Leerzeichen getrennt werden.
Html::setContenteditable() — Method in class Html
Editirbarkeit
Html::setDir() — Method in class Html
Richtung
Html::setHidden() — Method in class Html
Hidden
Html::setId() — Method in class Html
ID (es wird nicht die ObjektID, der Hash gesetzt, sondern das HTML Attribute ID="")
Html::setLang() — Method in class Html
Sprache
Html::setSpellcheck() — Method in class Html
Rechtschreibung
Html::setDraggable() — Method in class Html
Dragable
Html::setStyle() — Method in class Html
CSS-Style-Anweisungen
Html::setTabindex() — Method in class Html
Tabindex
Html::setTitle() — Method in class Html
Titel
Html::setTranslate() — Method in class Html
Übersetzung durchführen
A::setHref() — Method in class A
HTML-Attribute href setzen
A::setTarget() — Method in class A
HTML-Attribute target setzen
A::setDownload() — Method in class A
HTML-Attribute download setzen
A::setRel() — Method in class A
HTML-Attribute rel setzen
A::setHrefLang() — Method in class A
HTML-Attribute hreflang setzen
A::setType() — Method in class A
HTML-Attribute type setzen
Area::setAlt() — Method in class Area
HTML-Attribute alt setzen
Area::setCoords() — Method in class Area
HTML-Attribute coords setzen
Area::setShape() — Method in class Area
HTML-Attribute shape setzen
Area::setHref() — Method in class Area
HTML-Attribute href setzen
Area::setTarget() — Method in class Area
HTML-Attribute target setzen
Area::setDownload() — Method in class Area
HTML-Attribute download setzen
Area::setRel() — Method in class Area
HTML-Attribute rel setzen
Area::setHrefLang() — Method in class Area
HTML-Attribute hreflang setzen
Area::setType() — Method in class Area
HTML-Attribute type setzen
Audio::setSrc() — Method in class Audio
HTML-Attribute src setzen
Audio::setCrossorigin() — Method in class Audio
HTML-Attribute crossorigin setzen
Audio::setPreload() — Method in class Audio
HTML-Attribute preload setzen
Audio::setAutoplay() — Method in class Audio
HTML-Attribute autoplay setzen
Audio::setMediagroup() — Method in class Audio
HTML-Attribute mediagroup setzen
Audio::setLoop() — Method in class Audio
HTML-Attribute loop setzen
Audio::setMuted() — Method in class Audio
HTML-Attribute muted setzen
Audio::setControls() — Method in class Audio
HTML-Attribute controls setzen
Base::setHref() — Method in class Base
HTML-Attribute href setzen
Base::setTarget() — Method in class Base
HTML-Attribute target setzen
Blockquote::setCite() — Method in class Blockquote
HTML-Attribute cite setzen
Body::setOnAfterPrint() — Method in class Body
HTML-Attribute onafterprint setzen
Body::setOnBeforePrint() — Method in class Body
HTML-Attribute onbeforeprint setzen
Body::setOnBeforeUnload() — Method in class Body
HTML-Attribute onbeforeunload setzen
Body::setOnHashChange() — Method in class Body
HTML-Attribute onhashchange setzen
Body::setOnMessage() — Method in class Body
HTML-Attribute onmessage setzen
Body::setOnOffline() — Method in class Body
HTML-Attribute onoffline setzen
Body::setOnOnline() — Method in class Body
HTML-Attribute ononline setzen
Body::setOnPageHide() — Method in class Body
HTML-Attribute onpagehide setzen
Body::setOnPageShow() — Method in class Body
HTML-Attribute onpageshow setzen
Body::setOnPopState() — Method in class Body
HTML-Attribute onpopstate setzen
Body::setOnStorage() — Method in class Body
HTML-Attribute onstorage setzen
Body::setOnUnload() — Method in class Body
HTML-Attribute onunload setzen
Button::setAutoFocus() — Method in class Button
HTML-Attribute autofocus setzen
Button::setDisabled() — Method in class Button
HTML-Attribute disabled setzen
Button::setForm() — Method in class Button
HTML-Attribute form setzen
Button::setFormAction() — Method in class Button
HTML-Attribute formaction setzen
Button::setFormenCType() — Method in class Button
HTML-Attribute formenctype setzen
Button::setFormMethod() — Method in class Button
HTML-Attribute formmethod setzen
Button::setFormNoValidate() — Method in class Button
HTML-Attribute formnovalidate setzen
Button::setFormTarget() — Method in class Button
HTML-Attribute formtarget setzen
Button::setNameAttribute() — Method in class Button
HTML-Attribute name setzen
Button::setType() — Method in class Button
HTML-Attribute type setzen
Button::setValue() — Method in class Button
HTML-Attribute value setzen
Canvas::setWidth() — Method in class Canvas
HTML-Attribute width setzen
Canvas::setHeight() — Method in class Canvas
HTML-Attribute height setzen
Col::setSpan() — Method in class Col
HTML-Attribute span setzen
Colgroup::setSpan() — Method in class Colgroup
HTML-Attribute span setzen
Data::setValue() — Method in class Data
HTML-Attribute value setzen
Del::setCite() — Method in class Del
HTML-Attribute cite setzen
Del::setDateTime() — Method in class Del
HTML-Attribute datetime setzen
Embed::setSrc() — Method in class Embed
HTML-Attribute src setzen
Embed::setType() — Method in class Embed
HTML-Attribute type setzen
Embed::setWidth() — Method in class Embed
HTML-Attribute width setzen
Embed::setHeight() — Method in class Embed
HTML-Attribute height setzen
Fieldset::setDisabled() — Method in class Fieldset
HTML-Attribute disabled setzen
Fieldset::setForm() — Method in class Fieldset
HTML-Attribute form setzen
Fieldset::setNameAttribute() — Method in class Fieldset
HTML-Attribute name setzen
Form::setAcceptCharset() — Method in class Form
HTML-Attribute accept-charset setzen
Form::setAction() — Method in class Form
HTML-Attribute action setzen
Form::setAutocomplete() — Method in class Form
HTML-Attribute autocomplete setzen
Form::setEnctype() — Method in class Form
HTML-Attribute enctype setzen
Form::setMethod() — Method in class Form
HTML-Attribute method setzen
Form::setNameAttribute() — Method in class Form
HTML-Attribute name setzen
Form::setNoValidate() — Method in class Form
HTML-Attribute novalidate setzen
Form::setTarget() — Method in class Form
HTML-Attribute target setzen
Html::setManifest() — Method in class Html
HTML-Attribute manifest setzen
Iframe::setSrc() — Method in class Iframe
HTML-Attribute src setzen
Iframe::setSrcdoc() — Method in class Iframe
HTML-Attribute srcdoc setzen
Iframe::setNameAttribute() — Method in class Iframe
HTML-Attribute name setzen
Iframe::setSandbox() — Method in class Iframe
HTML-Attribute sandbox setzen
Iframe::setWidth() — Method in class Iframe
HTML-Attribute width setzen
Iframe::setHeight() — Method in class Iframe
HTML-Attribute height setzen
Img::setAlt() — Method in class Img
HTML-Attribute alt setzen
Img::setSrc() — Method in class Img
HTML-Attribute src setzen
Img::setCrossorigin() — Method in class Img
HTML-Attribute crossorigin setzen
Img::setUsemap() — Method in class Img
HTML-Attribute usemap setzen
Img::setIsmap() — Method in class Img
HTML-Attribute ismap setzen
Img::setWidth() — Method in class Img
HTML-Attribute width setzen
Img::setHeight() — Method in class Img
HTML-Attribute height setzen
Input::setAccept() — Method in class Input
HTML-Attribute accept setzen
Input::setAlt() — Method in class Input
HTML-Attribute alt setzen
Input::setAutocomplete() — Method in class Input
HTML-Attribute autocomplete setzen
Input::setAutoFocus() — Method in class Input
HTML-Attribute autofocus setzen
Input::setChecked() — Method in class Input
HTML-Attribute checked setzen
Input::setDirname() — Method in class Input
HTML-Attribute dirname setzen
Input::setDisabled() — Method in class Input
HTML-Attribute disabled setzen
Input::setForm() — Method in class Input
HTML-Attribute form setzen
Input::setFormAction() — Method in class Input
HTML-Attribute formaction setzen
Input::setFormenCType() — Method in class Input
HTML-Attribute formenctype setzen
Input::setFormMethod() — Method in class Input
HTML-Attribute formmethod setzen
Input::setFormNoValidate() — Method in class Input
HTML-Attribute formnovalidate setzen
Input::setFormTarget() — Method in class Input
HTML-Attribute formtarget setzen
Input::setHeight() — Method in class Input
HTML-Attribute height setzen
Input::setList() — Method in class Input
HTML-Attribute list setzen
Input::setMax() — Method in class Input
HTML-Attribute max setzen
Input::setMaxlength() — Method in class Input
HTML-Attribute maxlength setzen
Input::setMin() — Method in class Input
HTML-Attribute min setzen
Input::setMinlength() — Method in class Input
HTML-Attribute minlength setzen
Input::setMultiple() — Method in class Input
HTML-Attribute multiple setzen
Input::setNameAttribute() — Method in class Input
HTML-Attribute name setzen
Input::setPattern() — Method in class Input
HTML-Attribute pattern setzen
Input::setPlaceholder() — Method in class Input
HTML-Attribute placeholder setzen
Input::setReadonly() — Method in class Input
HTML-Attribute readonly setzen
Input::setRequired() — Method in class Input
HTML-Attribute required setzen
Input::setSize() — Method in class Input
HTML-Attribute size setzen
Input::setSrc() — Method in class Input
HTML-Attribute src setzen
Input::setStep() — Method in class Input
HTML-Attribute step setzen
Input::setType() — Method in class Input
HTML-Attribute type setzen
Input::setValue() — Method in class Input
HTML-Attribute value setzen
Input::setWidth() — Method in class Input
HTML-Attribute width setzen
Ins::setCite() — Method in class Ins
HTML-Attribute cite setzen
Ins::setDateTime() — Method in class Ins
HTML-Attribute datetime setzen
Keygen::setAutoFocus() — Method in class Keygen
HTML-Attribute autofocus setzen
Keygen::setChallenge() — Method in class Keygen
HTML-Attribute challenge setzen
Keygen::setDisabled() — Method in class Keygen
HTML-Attribute disabled setzen
Keygen::setForm() — Method in class Keygen
HTML-Attribute form setzen
Keygen::setKeytype() — Method in class Keygen
HTML-Attribute keytype setzen
Keygen::setNameAttribute() — Method in class Keygen
HTML-Attribute name setzen
Label::setForm() — Method in class Label
HTML-Attribute form setzen
Label::setFor() — Method in class Label
HTML-Attribute for setzen
Li::setValue() — Method in class Li
HTML-Attribute value setzen
Link::setHref() — Method in class Link
HTML-Attribute href setzen
Link::setCrossorigin() — Method in class Link
HTML-Attribute crossorigin setzen
Link::setRel() — Method in class Link
HTML-Attribute rel setzen
Link::setMedia() — Method in class Link
HTML-Attribute media setzen
Link::setHrefLang() — Method in class Link
HTML-Attribute hreflang setzen
Link::setType() — Method in class Link
HTML-Attribute type setzen
Link::setSizes() — Method in class Link
HTML-Attribute sizes setzen
Map::setNameAttribute() — Method in class Map
HTML-Attribute name setzen
Meta::setNameAttribute() — Method in class Meta
HTML-Attribute name setzen
Meta::setHttpEquiv() — Method in class Meta
HTML-Attribute http-equiv setzen
Meta::setContent() — Method in class Meta
HTML-Attribute content setzen
Meta::setCharset() — Method in class Meta
HTML-Attribute charset setzen
Meter::setValue() — Method in class Meter
HTML-Attribute value setzen
Meter::setMin() — Method in class Meter
HTML-Attribute min setzen
Meter::setMax() — Method in class Meter
HTML-Attribute max setzen
Meter::setLow() — Method in class Meter
HTML-Attribute low setzen
Meter::setHigh() — Method in class Meter
HTML-Attribute high setzen
Meter::setOptimum() — Method in class Meter
HTML-Attribute optimum setzen
ObjectElement::setData() — Method in class ObjectElement
HTML-Attribute data setzen
ObjectElement::setType() — Method in class ObjectElement
HTML-Attribute type setzen
ObjectElement::setTypeMustMatch() — Method in class ObjectElement
HTML-Attribute typemustmatch setzen
ObjectElement::setNameAttribute() — Method in class ObjectElement
HTML-Attribute name setzen
ObjectElement::setUsemap() — Method in class ObjectElement
HTML-Attribute usemap setzen
ObjectElement::setForm() — Method in class ObjectElement
HTML-Attribute form setzen
ObjectElement::setWidth() — Method in class ObjectElement
HTML-Attribute width setzen
ObjectElement::setHeight() — Method in class ObjectElement
HTML-Attribute height setzen
Ol::setReversed() — Method in class Ol
HTML-Attribute reversed setzen
Ol::setStart() — Method in class Ol
HTML-Attribute start setzen
Ol::setType() — Method in class Ol
HTML-Attribute type setzen
Optgroup::setDisabled() — Method in class Optgroup
HTML-Attribute disabled setzen
Optgroup::setLabel() — Method in class Optgroup
HTML-Attribute label setzen
Option::setDisabled() — Method in class Option
HTML-Attribute disabled setzen
Option::setLabel() — Method in class Option
HTML-Attribute label setzen
Option::setSelected() — Method in class Option
HTML-Attribute selected setzen
Option::setOptionValue() — Method in class Option
HTML-Attribute value setzen
Output::setFor() — Method in class Output
HTML-Attribute for setzen
Output::setForm() — Method in class Output
HTML-Attribute form setzen
Output::setNameAttribute() — Method in class Output
HTML-Attribute name setzen
Param::setNameAttribute() — Method in class Param
HTML-Attribute name setzen
Param::setValue() — Method in class Param
HTML-Attribute value setzen
Progress::setValue() — Method in class Progress
HTML-Attribute value setzen
Progress::setMax() — Method in class Progress
HTML-Attribute max setzen
Q::setCite() — Method in class Q
HTML-Attribute cite setzen
SClass in namespace Alvine\Markup\Html\Element\Html
S - Inaccurate text
SampClass in namespace Alvine\Markup\Html\Element\Html
Samp - Computer output
ScriptClass in namespace Alvine\Markup\Html\Element\Html
Script - Embedded script
Script::setSrc() — Method in class Script
HTML-Attribute src setzen
Script::setType() — Method in class Script
HTML-Attribute type setzen
Script::setCharset() — Method in class Script
HTML-Attribute charset setzen
Script::setAsync() — Method in class Script
HTML-Attribute async setzen
Script::setDefer() — Method in class Script
HTML-Attribute defer setzen
Script::setCrossorigin() — Method in class Script
HTML-Attribute crossorigin setzen
SectionClass in namespace Alvine\Markup\Html\Element\Html
Section - Generic document or application section
SelectClass in namespace Alvine\Markup\Html\Element\Html
Select - List box control
Select::setAutoFocus() — Method in class Select
HTML-Attribute autofocus setzen
Select::setDisabled() — Method in class Select
HTML-Attribute disabled setzen
Select::setForm() — Method in class Select
HTML-Attribute form setzen
Select::setMultiple() — Method in class Select
HTML-Attribute multiple setzen
Select::setNameAttribute() — Method in class Select
HTML-Attribute name setzen
Select::setRequired() — Method in class Select
HTML-Attribute required setzen
Select::setSize() — Method in class Select
HTML-Attribute size setzen
SlotClass in namespace Alvine\Markup\Html\Element\Html
Slot
SmallClass in namespace Alvine\Markup\Html\Element\Html
Small - Side comment
SourceClass in namespace Alvine\Markup\Html\Element\Html
Source - Media source for video or audio
Source::setSrc() — Method in class Source
HTML-Attribute src setzen
Source::setType() — Method in class Source
HTML-Attribute type setzen
Source::setMedia() — Method in class Source
HTML-Attribute media setzen
SpanClass in namespace Alvine\Markup\Html\Element\Html
Span - Generic phrasing container
StrongClass in namespace Alvine\Markup\Html\Element\Html
Strong - Importance
StyleClass in namespace Alvine\Markup\Html\Element\Html
Style - Embedded styling information
Style::setMedia() — Method in class Style
HTML-Attribute media setzen
Style::setType() — Method in class Style
HTML-Attribute type setzen
SubClass in namespace Alvine\Markup\Html\Element\Html
Sub - Subscript
SupClass in namespace Alvine\Markup\Html\Element\Html
Sup - Superscript
SvgClass in namespace Alvine\Markup\Html\Element\Html
Svg
Table::setBorder() — Method in class Table
HTML-Attribute border setzen
Td::setColspan() — Method in class Td
HTML-Attribute colspan setzen
Td::setRowspan() — Method in class Td
HTML-Attribute rowspan setzen
Td::setHeaders() — Method in class Td
HTML-Attribute headers setzen
Textarea::setAutoFocus() — Method in class Textarea
HTML-Attribute autofocus setzen
Textarea::setCols() — Method in class Textarea
HTML-Attribute cols setzen
Textarea::setDirname() — Method in class Textarea
HTML-Attribute dirname setzen
Textarea::setDisabled() — Method in class Textarea
HTML-Attribute disabled setzen
Textarea::setForm() — Method in class Textarea
HTML-Attribute form setzen
Textarea::setMaxlength() — Method in class Textarea
HTML-Attribute maxlength setzen
Textarea::setMinlength() — Method in class Textarea
HTML-Attribute minlength setzen
Textarea::setNameAttribute() — Method in class Textarea
HTML-Attribute name setzen
Textarea::setPlaceholder() — Method in class Textarea
HTML-Attribute placeholder setzen
Textarea::setReadonly() — Method in class Textarea
HTML-Attribute readonly setzen
Textarea::setRequired() — Method in class Textarea
HTML-Attribute required setzen
Textarea::setRows() — Method in class Textarea
HTML-Attribute rows setzen
Textarea::setWrap() — Method in class Textarea
HTML-Attribute wrap setzen
Th::setColspan() — Method in class Th
HTML-Attribute colspan setzen
Th::setRowspan() — Method in class Th
HTML-Attribute rowspan setzen
Th::setHeaders() — Method in class Th
HTML-Attribute headers setzen
Th::setScope() — Method in class Th
HTML-Attribute scope setzen
Th::setAbbr() — Method in class Th
HTML-Attribute abbr setzen
Time::setDateTime() — Method in class Time
HTML-Attribute datetime setzen
Track::setDefault() — Method in class Track
HTML-Attribute default setzen
Track::setKind() — Method in class Track
HTML-Attribute kind setzen
Track::setLabel() — Method in class Track
HTML-Attribute label setzen
Track::setSrc() — Method in class Track
HTML-Attribute src setzen
Track::setSrclang() — Method in class Track
HTML-Attribute srclang setzen
Video::setSrc() — Method in class Video
HTML-Attribute src setzen
Video::setCrossorigin() — Method in class Video
HTML-Attribute crossorigin setzen
Video::setPoster() — Method in class Video
HTML-Attribute poster setzen
Video::setPreload() — Method in class Video
HTML-Attribute preload setzen
Video::setAutoplay() — Method in class Video
HTML-Attribute autoplay setzen
Video::setMediagroup() — Method in class Video
HTML-Attribute mediagroup setzen
Video::setLoop() — Method in class Video
HTML-Attribute loop setzen
Video::setMuted() — Method in class Video
HTML-Attribute muted setzen
Video::setControls() — Method in class Video
HTML-Attribute controls setzen
Video::setWidth() — Method in class Video
HTML-Attribute width setzen
Video::setHeight() — Method in class Video
HTML-Attribute height setzen
SVGClass in namespace Alvine\Markup\Html\Element\Namespaces
SVG-Namespaces
SvgClass in namespace Alvine\Markup\Html\Element
in der Basisklasse Svg sind alle Globalen Attribute der Svg-Elemente definiert.
Svg::setAccesskey() — Method in class Svg
Acceskey setzen. Der Wert muss ein einzelnes Zeichen sein. Werden mehrere Zeichen übergeben, so wird nur der erste Wert genommen.
Svg::setClass() — Method in class Svg
Klassenwert setzen. Sollen mehrere Klassen gesetzt werden, so müssen diese durch ein Leerzeichen getrennt werden.
Svg::setContenteditable() — Method in class Svg
Editirbarkeit
Svg::setDir() — Method in class Svg
Richtung
Svg::setHidden() — Method in class Svg
Hidden
Svg::setId() — Method in class Svg
ID (es wird nicht die ObjektID, der Hash gesetzt, sondern das HTML Attribute ID="")
Svg::setLang() — Method in class Svg
Sprache
Svg::setSpellcheck() — Method in class Svg
Rechtschreibung
Svg::setDraggable() — Method in class Svg
Dragable
Svg::setStyle() — Method in class Svg
CSS-Style-Anweisungen
Svg::setTabindex() — Method in class Svg
Tabindex
Svg::setTitle() — Method in class Svg
Titel
Svg::setTranslate() — Method in class Svg
Übersetzung durchführen
ScriptClass in namespace Alvine\Markup\Html\Element\Svg
Script
SetClass in namespace Alvine\Markup\Html\Element\Svg
Set
StopClass in namespace Alvine\Markup\Html\Element\Svg
Stop
StyleClass in namespace Alvine\Markup\Html\Element\Svg
Style
SwitchTagClass in namespace Alvine\Markup\Html\Element\Svg
Switch
SymbolClass in namespace Alvine\Markup\Html\Element\Svg
Symbol
Engine::setAttributePrefix() — Method in class Engine
Setzt den Prefix
Engine::setCacheManager() — Method in class Engine
CacheManager setzen
Engine::shouldRemoveMarkup() — Method in class Engine
Diese Methode liefert die Einstellung der Engine in Bezug auf das Entfernen von Attributen zurück.
Engine::setDataset() — Method in class Engine
Dataset setzen
Engine::setDebugNode() — Method in class Engine
Debugnode setzen
Node::setValue() — Method in class Node
Den Wert der Node setzen.
$Tokenizer#streamProperty in class Tokenizer
$Tokenizer#stateProperty in class Tokenizer
Tokenizer::switchState() — Method in class Tokenizer
Statuswechsel des Tokenizer. Mit dem Statuswechsel wird implizit auch die State::parse Methode aufgerufen.
StateClass in namespace Alvine\Markup\Html\Tokenizer
Status
ScriptDataClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptData
ScriptDataDoubleEscapeEndClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscapeEnd
ScriptDataDoubleEscapeStartClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscapeStart
ScriptDataDoubleEscapedClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscaped
ScriptDataDoubleEscapedDashClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscapedDash
ScriptDataDoubleEscapedDashDashClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscapedDashDash
ScriptDataDoubleEscapedLessThanSignClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataDoubleEscapedLessThanSign
ScriptDataEndTagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEndTagName
ScriptDataEndTagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEndTagOpen
ScriptDataEscapeStartClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapeStart
ScriptDataEscapeStartDashClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapeStartDash
ScriptDataEscapedClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscaped
ScriptDataEscapedDashClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapedDash
ScriptDataEscapedDashDashClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapedDashDash
ScriptDataEscapedEndTagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapedEndTagName
ScriptDataEscapedEndTagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapedEndTagOpen
ScriptDataEscapedLessThanSignClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataEscapedLessThanSign
ScriptDataLessThanSignClass in namespace Alvine\Markup\Html\Tokenizer\State
ScriptDataLessThanSign
SelfClosingStartTagClass in namespace Alvine\Markup\Html\Tokenizer\State
SelfClosingStartTag
$Doctype#systemIdentifierProperty in class Doctype
StartTagClass in namespace Alvine\Markup\Html\Tokenizer\Token
StartTag-Token
$StartTag#selfClosingFlagProperty in class StartTag
StartTag::setWorkingAttribute() — Method in class StartTag
Attribute das aktuell geparsed wird setzen
StartTag::setSelfClosing() — Method in class StartTag
SelfClosing setzen
StartTag::setAttributes() — Method in class StartTag
Attribute neu setzen
Attribute::setAttributeName() — Method in class Attribute
Name des Attributes ändern (Wird für Adjust SVG attributes verwendet)
$TreeConstructor#scriptingFlagProperty in class TreeConstructor
$TreeConstructor#stackOfTemplateInsertionModesProperty in class TreeConstructor
TreeConstructor::setFramesetNotOK() — Method in class TreeConstructor
Frameset-Mode deaktivieren
TreeConstructor::setHead() — Method in class TreeConstructor
Zeiger auf gültiges Head-Element setzen
TreeConstructor::setForm() — Method in class TreeConstructor
Zeiger auf gültiges Form-Tag setzen
TreeConstructor::setQuirksMode() — Method in class TreeConstructor
QuirksMode im Dokument aktivieren
TreeConstructor::setTokenizer() — Method in class TreeConstructor
Mit Tokenizer verbinden
TreeConstructor::setScriptingFlag() — Method in class TreeConstructor
Scriptflag setzen
TreeConstructor::switchInsertionMode() — Method in class TreeConstructor
Den Prozessschritt in einen anderen Bereich ändern.
TreeConstructor::switchInsertionModeToOriginal() — Method in class TreeConstructor
Wiederherstellen
TreeConstructor::setContext() — Method in class TreeConstructor
Kontext setzen
InsertionMode::setTreeConstructor() — Method in class InsertionMode
TreeConstructor setzen

T

TableClass in namespace Alvine\Markup\Html\Element\Html
Table - Table
TbodyClass in namespace Alvine\Markup\Html\Element\Html
Tbody - Group of rows in a table
TdClass in namespace Alvine\Markup\Html\Element\Html
Td - Table cell
TemplateClass in namespace Alvine\Markup\Html\Element\Html
Template - Template
TextareaClass in namespace Alvine\Markup\Html\Element\Html
Textarea - Multiline text field
TfootClass in namespace Alvine\Markup\Html\Element\Html
Tfoot - Group of footer rows in a table
ThClass in namespace Alvine\Markup\Html\Element\Html
Th - Table header cell
TheadClass in namespace Alvine\Markup\Html\Element\Html
Thead - Group of heading rows in a table
TimeClass in namespace Alvine\Markup\Html\Element\Html
Time - Machine-readable equivalent of date- or time-related data
TitleClass in namespace Alvine\Markup\Html\Element\Html
Title - Document title
TrClass in namespace Alvine\Markup\Html\Element\Html
Tr - Table row
TrackClass in namespace Alvine\Markup\Html\Element\Html
Track - Timed text track
TextClass in namespace Alvine\Markup\Html\Element\Svg
Text
TextpathClass in namespace Alvine\Markup\Html\Element\Svg
Textpath
TitleClass in namespace Alvine\Markup\Html\Element\Svg
Title
TrefClass in namespace Alvine\Markup\Html\Element\Svg
Tref
TspanClass in namespace Alvine\Markup\Html\Element\Svg
Tspan
TextClass in namespace Alvine\Markup\Html\Node
Text-Element
TokenStackClass in namespace Alvine\Markup\Html
TokenStack
TokenizerClass in namespace Alvine\Markup\Html
Der Tokenizer zerlegt einen Zeichenstream in einzelne Tokens, die mittels TreeBuilder zu einem Dokument umgewandelt werden können.
$Tokenizer#tokenStackProperty in class Tokenizer
$Tokenizer#treeConstructorProperty in class Tokenizer
$Tokenizer#temporaryBufferProperty in class Tokenizer
TokenizerExceptionClass in namespace Alvine\Markup\Html
TokenizerException
$State#tokenizerProperty in class State
TagNameClass in namespace Alvine\Markup\Html\Tokenizer\State
TagName
TagOpenClass in namespace Alvine\Markup\Html\Tokenizer\State
TagOpen
TokenClass in namespace Alvine\Markup\Html\Tokenizer
Token
TagClass in namespace Alvine\Markup\Html\Tokenizer\Token
Tag-Token
$Tag#tagNameProperty in class Tag
TreeConstructorClass in namespace Alvine\Markup\Html
Der TreeConstructor ist für die Erstellung des Dokuments verantwortlich und erstellt anhand der übergebenen Token den Node-Baum.
$TreeConstructor#tokenizerProperty in class TreeConstructor
$InsertionMode#treeConstructorProperty in class InsertionMode
TextClass in namespace Alvine\Markup\Html\TreeConstructor\InsertionMode
Texteinfügemodus

U

$Doctype#uriProperty in class Doctype
Html::unsetHidden() — Method in class Html
Hidden
UClass in namespace Alvine\Markup\Html\Element\Html
U - Keywords
UlClass in namespace Alvine\Markup\Html\Element\Html
Ul - List
Svg::unsetHidden() — Method in class Svg
Hidden
UseTagClass in namespace Alvine\Markup\Html\Element\Svg
Use

V

$AttributeValue#valueProperty in class AttributeValue
VarTagClass in namespace Alvine\Markup\Html\Element\Html
VarTag -
VideoClass in namespace Alvine\Markup\Html\Element\Html
Video - Video player
ViewClass in namespace Alvine\Markup\Html\Element\Svg
View
VkernClass in namespace Alvine\Markup\Html\Element\Svg
Vkern
VoidViewClass in namespace Alvine\Markup\Html\Element
Void

W

WbrClass in namespace Alvine\Markup\Html\Element\Html
Wbr - Line breaking opportunity
$StartTag#workingAttributeProperty in class StartTag

X

XLinkClass in namespace Alvine\Markup\Html\Element\Namespaces
XLink-Namespaces
XMLClass in namespace Alvine\Markup\Html\Element\Namespaces
XML-Namespaces
XMLNSClass in namespace Alvine\Markup\Html\Element\Namespaces
XMLNS-Namespaces

_

AbstractOperation::__construct() — Method in class AbstractOperation
Neue Instanz
CacheObject::__construct() — Method in class CacheObject
Aus dem übergebenen Inhalt wird ein MD5 Schlüssel für das Objekt erstellt. Unter dieser ID ist das Cachobjekt verfügbar. Eine Änderung an dem Inhalt führt zu einem neuen Cache-Objekt.
Attribute::__construct() — Method in class Attribute
Neues Objekt erstellen.
AttributeValue::__construct() — Method in class AttributeValue
Neues Objekt erstellen.
HasClass::__construct() — Method in class HasClass
Neues Objekt erstellen.
HasID::__construct() — Method in class HasID
Neues Objekt erstellen.
Node::__construct() — Method in class Node
Neues Objekt erstellen.
Selector::__construct() — Method in class Selector
Neues Objekt erstellen.
Document::__construct() — Method in class Document
Dokument
Element::__construct() — Method in class Element
Erstellt ein neues Node-Objekt
Element::__clone() — Method in class Element
Erstellt eine Kopie dieser Node.
AttributeMap::__construct() — Method in class AttributeMap
Neue Map
AttributeMap::__toString() — Method in class AttributeMap
Ausgabe aller in der Map definierten Werte in einer HTML Form.
Doctype::__construct() — Method in class Doctype
Neuer Doctype
Html::__construct() — Method in class Html
Neues Element
A::__construct() — Method in class A
Neue Instanz von A erstellen
Abbr::__construct() — Method in class Abbr
Neue Instanz von Abbr erstellen
Address::__construct() — Method in class Address
Neue Instanz von Address erstellen
Area::__construct() — Method in class Area
Neue Instanz von Area erstellen
Article::__construct() — Method in class Article
Neue Instanz von Article erstellen
Aside::__construct() — Method in class Aside
Neue Instanz von Aside erstellen
Audio::__construct() — Method in class Audio
Neue Instanz von Audio erstellen
B::__construct() — Method in class B
Neue Instanz von B erstellen
Base::__construct() — Method in class Base
Neue Instanz von Base erstellen
Bdi::__construct() — Method in class Bdi
Neue Instanz von Bdi erstellen
Bdo::__construct() — Method in class Bdo
Neue Instanz von Bdo erstellen
Blockquote::__construct() — Method in class Blockquote
Neue Instanz von Blockquote erstellen
Body::__construct() — Method in class Body
Neue Instanz von Body erstellen
Br::__construct() — Method in class Br
Neue Instanz von Br erstellen
Button::__construct() — Method in class Button
Neue Instanz von Button erstellen
Canvas::__construct() — Method in class Canvas
Neue Instanz von Canvas erstellen
Caption::__construct() — Method in class Caption
Neue Instanz von Caption erstellen
Cite::__construct() — Method in class Cite
Neue Instanz von Cite erstellen
Code::__construct() — Method in class Code
Neue Instanz von Code erstellen
Col::__construct() — Method in class Col
Neue Instanz von Col erstellen
Colgroup::__construct() — Method in class Colgroup
Neue Instanz von Colgroup erstellen
Data::__construct() — Method in class Data
Neue Instanz von Data erstellen
Datalist::__construct() — Method in class Datalist
Neue Instanz von Datalist erstellen
Dd::__construct() — Method in class Dd
Neue Instanz von Dd erstellen
Del::__construct() — Method in class Del
Neue Instanz von Del erstellen
Dfn::__construct() — Method in class Dfn
Neue Instanz von Dfn erstellen
Div::__construct() — Method in class Div
Neue Instanz von Div erstellen
Dl::__construct() — Method in class Dl
Neue Instanz von Dl erstellen
Dt::__construct() — Method in class Dt
Neue Instanz von Dt erstellen
Em::__construct() — Method in class Em
Neue Instanz von Em erstellen
Embed::__construct() — Method in class Embed
Neue Instanz von Embed erstellen
Fieldset::__construct() — Method in class Fieldset
Neue Instanz von Fieldset erstellen
Figcaption::__construct() — Method in class Figcaption
Neue Instanz von Figcaption erstellen
Figure::__construct() — Method in class Figure
Neue Instanz von Figur erstellen
Footer::__construct() — Method in class Footer
Neue Instanz von Footer erstellen
Form::__construct() — Method in class Form
Neue Instanz von Form erstellen
Fugure::__construct() — Method in class Fugure
Neue Instanz von Fugure erstellen
H1::__construct() — Method in class H1
Neue Instanz von H1 erstellen
H2::__construct() — Method in class H2
Neue Instanz von H2 erstellen
H3::__construct() — Method in class H3
Neue Instanz von H3 erstellen
H4::__construct() — Method in class H4
Neue Instanz von H4 erstellen
H5::__construct() — Method in class H5
Neue Instanz von H5 erstellen
H6::__construct() — Method in class H6
Neue Instanz von H6 erstellen
Head::__construct() — Method in class Head
Neue Instanz von Head erstellen
Header::__construct() — Method in class Header
Neue Instanz von Header erstellen
Hr::__construct() — Method in class Hr
Neue Instanz von H1 erstellen
Html::__construct() — Method in class Html
Neue Instanz von Html erstellen
I::__construct() — Method in class I
Neue Instanz von I erstellen
Iframe::__construct() — Method in class Iframe
Neue Instanz von Iframe erstellen
Img::__construct() — Method in class Img
Neue Instanz von Img erstellen
Input::__construct() — Method in class Input
Neue Instanz von Input erstellen
Ins::__construct() — Method in class Ins
Neue Instanz von Ins erstellen
Kbd::__construct() — Method in class Kbd
Neue Instanz von Kbd erstellen
Keygen::__construct() — Method in class Keygen
Neue Instanz von Keygen erstellen
Label::__construct() — Method in class Label
Neue Instanz von Label erstellen
Legend::__construct() — Method in class Legend
Neue Instanz von Legend erstellen
Li::__construct() — Method in class Li
Neue Instanz von Li erstellen
Link::__construct() — Method in class Link
Neue Instanz von Link erstellen
Main::__construct() — Method in class Main
Neue Instanz von Main erstellen
Map::__construct() — Method in class Map
Neue Instanz von Map erstellen
Mark::__construct() — Method in class Mark
Neue Instanz von Mark erstellen
Meta::__construct() — Method in class Meta
Neue Instanz von Meta erstellen
Meter::__construct() — Method in class Meter
Neue Instanz von Meter erstellen
Mi::__construct() — Method in class Mi
Neue Instanz erstellen
Nav::__construct() — Method in class Nav
Neue Instanz von Nav erstellen
Noscript::__construct() — Method in class Noscript
Neue Instanz von Noscript erstellen
ObjectElement::__construct() — Method in class ObjectElement
Neue Instanz von Object erstellen
Ol::__construct() — Method in class Ol
Neue Instanz von Ol erstellen
Optgroup::__construct() — Method in class Optgroup
Neue Instanz von Optgroup erstellen
Option::__construct() — Method in class Option
Neue Instanz von Option erstellen
Output::__construct() — Method in class Output
Neue Instanz von Output erstellen
P::__construct() — Method in class P
Neue Instanz von P erstellen
Param::__construct() — Method in class Param
Neue Instanz von Param erstellen
Plaintext::__construct() — Method in class Plaintext
Neue Instanz von Plaintext erstellen
Pre::__construct() — Method in class Pre
Neue Instanz von Pre erstellen
Progress::__construct() — Method in class Progress
Neue Instanz von Progress erstellen
Q::__construct() — Method in class Q
Neue Instanz von Q erstellen
Rb::__construct() — Method in class Rb
Neue Instanz von Rb erstellen
Rp::__construct() — Method in class Rp
Neue Instanz von Rp erstellen
Rt::__construct() — Method in class Rt
Neue Instanz von Rt erstellen
Rtc::__construct() — Method in class Rtc
Neue Instanz von Rtc erstellen
Ruby::__construct() — Method in class Ruby
Neue Instanz von Ruby erstellen
S::__construct() — Method in class S
Neue Instanz von S erstellen
Samp::__construct() — Method in class Samp
Neue Instanz von Samp erstellen
Script::__construct() — Method in class Script
Neue Instanz von Script erstellen
Section::__construct() — Method in class Section
Neue Instanz von Section erstellen
Select::__construct() — Method in class Select
Neue Instanz von Select erstellen
Slot::__construct() — Method in class Slot
Neue Instanz von Caption erstellen
Small::__construct() — Method in class Small
Neue Instanz von Small erstellen
Source::__construct() — Method in class Source
Neue Instanz von Source erstellen
Span::__construct() — Method in class Span
Neue Instanz von Span erstellen
Strong::__construct() — Method in class Strong
Neue Instanz von Strong erstellen
Style::__construct() — Method in class Style
Neue Instanz von Style erstellen
Sub::__construct() — Method in class Sub
Neue Instanz von Sub erstellen
Sup::__construct() — Method in class Sup
Neue Instanz von Sup erstellen
Svg::__construct() — Method in class Svg
Neues Svg Element
Table::__construct() — Method in class Table
Neue Instanz von Table erstellen
Tbody::__construct() — Method in class Tbody
Neue Instanz von Tbody erstellen
Td::__construct() — Method in class Td
Neue Instanz von Td erstellen
Template::__construct() — Method in class Template
Neue Instanz von Template erstellen
Textarea::__construct() — Method in class Textarea
Neue Instanz von Textarea erstellen
Tfoot::__construct() — Method in class Tfoot
Neue Instanz von Tfoot erstellen
Th::__construct() — Method in class Th
Neue Instanz von Th erstellen
Thead::__construct() — Method in class Thead
Neue Instanz von Thead erstellen
Time::__construct() — Method in class Time
Neue Instanz von Time erstellen
Title::__construct() — Method in class Title
Neue Instanz von Title erstellen
Tr::__construct() — Method in class Tr
Neue Instanz von Tr erstellen
Track::__construct() — Method in class Track
Neue Instanz von Track erstellen
U::__construct() — Method in class U
Neue Instanz von U erstellen
Ul::__construct() — Method in class Ul
Neue Instanz von Ul erstellen
VarTag::__construct() — Method in class VarTag
Neue Instanz von VarTag erstellen
Video::__construct() — Method in class Video
Neue Instanz von Video erstellen
Wbr::__construct() — Method in class Wbr
Neue Instanz von Wbr erstellen
Svg::__construct() — Method in class Svg
Neues Element
A::__construct() — Method in class A
Neue Instanz erstellen
Altglyph::__construct() — Method in class Altglyph
Neue Instanz erstellen
Altglyphdef::__construct() — Method in class Altglyphdef
Neue Instanz erstellen
Altglyphitem::__construct() — Method in class Altglyphitem
Neue Instanz erstellen
Animate::__construct() — Method in class Animate
Neue Instanz erstellen
Animatecolor::__construct() — Method in class Animatecolor
Neue Instanz erstellen
Animatemotion::__construct() — Method in class Animatemotion
Neue Instanz erstellen
Animatetransform::__construct() — Method in class Animatetransform
Neue Instanz erstellen
Circle::__construct() — Method in class Circle
Neue Instanz erstellen
Clippath::__construct() — Method in class Clippath
Neue Instanz erstellen
Colorprofile::__construct() — Method in class Colorprofile
Neue Instanz erstellen
Cursor::__construct() — Method in class Cursor
Neue Instanz erstellen
Defs::__construct() — Method in class Defs
Neue Instanz erstellen
Desc::__construct() — Method in class Desc
Neue Instanz erstellen
Ellipse::__construct() — Method in class Ellipse
Neue Instanz erstellen
Feblend::__construct() — Method in class Feblend
Neue Instanz erstellen
Fecolormatrix::__construct() — Method in class Fecolormatrix
Neue Instanz erstellen
Fecomponenttransfer::__construct() — Method in class Fecomponenttransfer
Neue Instanz erstellen
Fecomposite::__construct() — Method in class Fecomposite
Neue Instanz erstellen
Feconvolvematrix::__construct() — Method in class Feconvolvematrix
Neue Instanz erstellen
Fediffuselighting::__construct() — Method in class Fediffuselighting
Neue Instanz erstellen
Fedisplacementmap::__construct() — Method in class Fedisplacementmap
Neue Instanz erstellen
Fedistantlight::__construct() — Method in class Fedistantlight
Neue Instanz erstellen
Feflood::__construct() — Method in class Feflood
Neue Instanz erstellen
Fefunca::__construct() — Method in class Fefunca
Neue Instanz erstellen
Fefuncb::__construct() — Method in class Fefuncb
Neue Instanz erstellen
Fefuncg::__construct() — Method in class Fefuncg
Neue Instanz erstellen
Fefuncr::__construct() — Method in class Fefuncr
Neue Instanz erstellen
Fegaussianblur::__construct() — Method in class Fegaussianblur
Neue Instanz erstellen
Feimage::__construct() — Method in class Feimage
Neue Instanz erstellen
Femerge::__construct() — Method in class Femerge
Neue Instanz erstellen
Femergenode::__construct() — Method in class Femergenode
Neue Instanz erstellen
Femorphology::__construct() — Method in class Femorphology
Neue Instanz erstellen
Feoffset::__construct() — Method in class Feoffset
Neue Instanz erstellen
Fepointlight::__construct() — Method in class Fepointlight
Neue Instanz erstellen
Fespecularlighting::__construct() — Method in class Fespecularlighting
Neue Instanz erstellen
Fespotlight::__construct() — Method in class Fespotlight
Neue Instanz erstellen
Fetile::__construct() — Method in class Fetile
Neue Instanz erstellen
Feturbulence::__construct() — Method in class Feturbulence
Neue Instanz erstellen
Filter::__construct() — Method in class Filter
Neue Instanz erstellen
Font::__construct() — Method in class Font
Neue Instanz erstellen
Fontface::__construct() — Method in class Fontface
Neue Instanz erstellen
Fontfaceformat::__construct() — Method in class Fontfaceformat
Neue Instanz erstellen
Fontfacename::__construct() — Method in class Fontfacename
Neue Instanz erstellen
Fontfacesrc::__construct() — Method in class Fontfacesrc
Neue Instanz erstellen
Fontfaceuri::__construct() — Method in class Fontfaceuri
Neue Instanz erstellen
Foreignobject::__construct() — Method in class Foreignobject
Neue Instanz erstellen
G::__construct() — Method in class G
Neue Instanz erstellen
Glyph::__construct() — Method in class Glyph
Neue Instanz erstellen
Glyphref::__construct() — Method in class Glyphref
Neue Instanz erstellen
Hkern::__construct() — Method in class Hkern
Neue Instanz erstellen
Image::__construct() — Method in class Image
Neue Instanz erstellen
Line::__construct() — Method in class Line
Neue Instanz erstellen
Lineargradient::__construct() — Method in class Lineargradient
Neue Instanz erstellen
Marker::__construct() — Method in class Marker
Neue Instanz erstellen
Mask::__construct() — Method in class Mask
Neue Instanz erstellen
Metadata::__construct() — Method in class Metadata
Neue Instanz erstellen
Missingglyph::__construct() — Method in class Missingglyph
Neue Instanz erstellen
Mpath::__construct() — Method in class Mpath
Neue Instanz erstellen
Path::__construct() — Method in class Path
Neue Instanz erstellen
Pattern::__construct() — Method in class Pattern
Neue Instanz erstellen
Polygon::__construct() — Method in class Polygon
Neue Instanz erstellen
Polyline::__construct() — Method in class Polyline
Neue Instanz erstellen
Radialgradient::__construct() — Method in class Radialgradient
Neue Instanz erstellen
Rect::__construct() — Method in class Rect
Neue Instanz erstellen
Script::__construct() — Method in class Script
Neue Instanz erstellen
Set::__construct() — Method in class Set
Neue Instanz erstellen
Stop::__construct() — Method in class Stop
Neue Instanz erstellen
Style::__construct() — Method in class Style
Neue Instanz erstellen
SwitchTag::__construct() — Method in class SwitchTag
Neue Instanz erstellen
Symbol::__construct() — Method in class Symbol
Neue Instanz erstellen
Text::__construct() — Method in class Text
Neue Instanz erstellen
Textpath::__construct() — Method in class Textpath
Neue Instanz erstellen
Title::__construct() — Method in class Title
Neue Instanz erstellen
Tref::__construct() — Method in class Tref
Neue Instanz erstellen
Tspan::__construct() — Method in class Tspan
Neue Instanz erstellen
UseTag::__construct() — Method in class UseTag
Neue Instanz erstellen
View::__construct() — Method in class View
Neue Instanz erstellen
Vkern::__construct() — Method in class Vkern
Neue Instanz erstellen
Engine::__construct() — Method in class Engine
Neue Instanz erstellen
Fragment::__construct() — Method in class Fragment
Neues Fragment-Objekt
InputStream::__construct() — Method in class InputStream
Neue Instanz
Node::__construct() — Method in class Node
Erstellt ein neues Node-Objekt
Node::__toString() — Method in class Node
Liefert die Nodes als Zeichenkette zurück
Comment::__construct() — Method in class Comment
Kommentar
Text::__construct() — Method in class Text
Neuer Text
OpenElementsStack::__construct() — Method in class OpenElementsStack
Neuer Stack
TokenStack::__construct() — Method in class TokenStack
Neuer Stack
Tokenizer::__construct() — Method in class Tokenizer
Neue Instanz
State::__construct() — Method in class State
Neue Instanz
AfterAttributeName::__construct() — Method in class AfterAttributeName
Neues Objekt
AfterAttributeValueQuoted::__construct() — Method in class AfterAttributeValueQuoted
Neues Objekt
AfterDoctypeName::__construct() — Method in class AfterDoctypeName
Neues Objekt
AfterDoctypePublicIdentifier::__construct() — Method in class AfterDoctypePublicIdentifier
Neues Objekt
AfterDoctypePublicKeyword::__construct() — Method in class AfterDoctypePublicKeyword
Neues Objekt
AfterDoctypeSystemIdentifier::__construct() — Method in class AfterDoctypeSystemIdentifier
Neues Objekt
AfterDoctypeSystemKeyword::__construct() — Method in class AfterDoctypeSystemKeyword
Neues Objekt
AttributeName::__construct() — Method in class AttributeName
Neues Objekt
AttributeValueQuoted::__construct() — Method in class AttributeValueQuoted
Neues Objekt
AttributeValueUnquoted::__construct() — Method in class AttributeValueUnquoted
Neues Objekt
BeforeAttributeName::__construct() — Method in class BeforeAttributeName
Neues Objekt
BeforeAttributeValue::__construct() — Method in class BeforeAttributeValue
Neues Objekt
BeforeDoctypePublicIdentifier::__construct() — Method in class BeforeDoctypePublicIdentifier
Neues Objekt
BeforeDoctypeSystemIdentifier::__construct() — Method in class BeforeDoctypeSystemIdentifier
Neues Objekt
BetweenDoctypePublicAndSystemIdentifiers::__construct() — Method in class BetweenDoctypePublicAndSystemIdentifiers
Neues Objekt
BogusComment::__construct() — Method in class BogusComment
Neues Objekt
BogusDoctype::__construct() — Method in class BogusDoctype
Neues Objekt
CharacterReferenceInAttributeValue::__construct() — Method in class CharacterReferenceInAttributeValue
Neues Objekt
Comment::__construct() — Method in class Comment
Neues Objekt
CommentEnd::__construct() — Method in class CommentEnd
Neues Objekt
CommentEndBang::__construct() — Method in class CommentEndBang
Neues Objekt
CommentEndDash::__construct() — Method in class CommentEndDash
Neues Objekt
CommentStart::__construct() — Method in class CommentStart
Neues Objekt
CommentStartDash::__construct() — Method in class CommentStartDash
Neues Objekt
DataTextEndTagName::__construct() — Method in class DataTextEndTagName
Neues Objekt
DoctypeName::__construct() — Method in class DoctypeName
Neues Objekt
DoctypePublicIdentifierQuoted::__construct() — Method in class DoctypePublicIdentifierQuoted
Neues Objekt
DoctypeSystemIdentifierQuoted::__construct() — Method in class DoctypeSystemIdentifierQuoted
Neues Objekt
RawTextEndTagName::__construct() — Method in class RawTextEndTagName
Neues Objekt
RcDataEndTagName::__construct() — Method in class RcDataEndTagName
Neues Objekt
ScriptDataEndTagName::__construct() — Method in class ScriptDataEndTagName
Neues Objekt
ScriptDataEscapedEndTagName::__construct() — Method in class ScriptDataEscapedEndTagName
Neues Objekt
SelfClosingStartTag::__construct() — Method in class SelfClosingStartTag
Neues Objekt
TagName::__construct() — Method in class TagName
Neues Objekt
Token::__construct() — Method in class Token
Neuer Token
Character::__construct() — Method in class Character
Neue Instanz
Character::__toString() — Method in class Character
Zeichen
Comment::__construct() — Method in class Comment
Neuer Token
Doctype::__construct() — Method in class Doctype
Neuer Token
StartTag::__construct() — Method in class StartTag
Neue Instanz
Tag::__construct() — Method in class Tag
Neuer Tag
Attribute::__construct() — Method in class Attribute
Neues Atribute
TreeConstructor::__construct() — Method in class TreeConstructor
Neuen TreeConstructor