Skip to content

FormPopulation

Everything under Quiote\Util\FormPopulation.

ClassDescription
DocumentEncodingThe character encoding a document is being populated in, and the conversions between it and UTF-8.
DocumentLoaderParses a response body into a DOM, deciding as it goes whether the document is XHTML and how strictly to read it.
DocumentSerializerTurns the populated DOM back into the response body.
FieldErrorDecoratorMarks a field that failed validation, by putting the configured error class on it and on whatever else the error class map points at.
FieldNameResolverTurns an element’s name attribute into the parameter path its value lives under, resolving the empty brackets HTML uses for repeated fields.
FieldValueApplierWrites a submitted value onto the form element that carries it.
FormFinderDecides which forms in the document get populated, and from what.
ParsedDocumentA response body parsed into a DOM, with the decisions the parse made.
ResolvedFieldNameA form element’s name, resolved to the parameter path its value lives under.
SkipListThe fields configured to be left exactly as the view rendered them.