-
Notifications
You must be signed in to change notification settings - Fork 8
Parser_Options
public struct Options: OptionSetOptionSet, OptionSet
public init(rawValue: Int32)public init(rawValue: Int32)var rawValue: Int32Relaxed parsing
let relaxedDo not default a doctype if not found
let noDefaultDTDSuppress errors
let suppressErrorsSuppress warnings
let suppressWarningsPedantic error reporting
let pedanticRemove blank nodes
let removeBlankNodesForbid network access
let forbidNetworkAccessDo not add implied html/body... elements
let omitImpliedTagsCompact small text nodes
let compactIgnore internal document encoding hint
let ignoreDocumentEncodingHintvar rawValue: Int32Relaxed parser
let relaxedSubstitute entities.
let substituteEntitiesLoad external subset
let loadDTDExternalSubsetUse default DTD attributes
let useDefaultDTDAttributesValidate with the DTD
let validateDTDSuppress errors
let suppressErrorsSuppress warnings
let suppressWarningsPedantic error reporting
let pedanticRemove blank nodes
let removeBlankNodesUse the SAX1 interface
let useSAX1InterfaceImplement XInclude substituion
let implementXIncludeSubstitutionForbid network access
let forbidNetworkAccessDo not reuse the context dictionary
let noContextDictionaryReuseRemove redundant namespaces declarations
let removeRedundantNamespaceDeclarationsMerge CDATA as text nodes
let mergeCDATADo not generate XINCLUDE START/END nodes
let noXIncludeDelimiterNodesCompact small text nodes.
let compactWarning: Modification of the resulting tree isn't allowed
Do not fixup XINCLUDE xml:base uris
let noXIncludeBaseURIFixupRelax any hardcoded limit from the parser
let relaxHardcodedLimitsIgnore internal document encoding hint
let ignoreEncodingHintStore big lines numbers in text PSVI field
let bigLineNumbersGenerated at 2021-10-17T13:07:40+0000 using swift-doc 1.0.0-rc.1.
Types
- CDATA
- Comment
- Context
- DOMBuilder
- Document
- Document.CloningBehavior
- Document.Properties
- DocumentFragment
- DocumentType
- Element
- Element.CloningBehavior
- Error
- Expression
- Namespace
- Namespace.Kind
- Node
- Node.SpacePreservingBehavior
- NodeSet
- Object
- Parser
- Parser.Options
- ProcessingInstruction
- StringBuilder
- Text
Protocols
Global Functions
- `var`(_:children:)
- a(_:children:)
- abbr(_:children:)
- acronym(_:children:)
- address(_:children:)
- area(_:children:)
- b(_:children:)
- base(_:children:)
- bdo(_:children:)
- big(_:children:)
- blockquote(_:children:)
- body(_:children:)
- br(_:children:)
- button(_:children:)
- caption(_:children:)
- cite(_:children:)
- code(_:children:)
- col(_:children:)
- colgroup(_:children:)
- dd(_:children:)
- del(_:children:)
- dfn(_:children:)
- div(_:children:)
- dl(_:children:)
- dt(_:children:)
- em(_:children:)
- fieldset(_:children:)
- form(_:children:)
- h1(_:children:)
- h2(_:children:)
- h3(_:children:)
- h4(_:children:)
- h5(_:children:)
- h6(_:children:)
- head(_:children:)
- hr(_:children:)
- html(_:children:)
- i(_:children:)
- img(_:children:)
- input(_:children:)
- ins(_:children:)
- kbd(_:children:)
- label(_:children:)
- legend(_:children:)
- li(_:children:)
- link(_:children:)
- map(_:children:)
- meta(_:children:)
- noscript(_:children:)
- object(_:children:)
- ol(_:children:)
- optgroup(_:children:)
- option(_:children:)
- p(_:children:)
- param(_:children:)
- pre(_:children:)
- q(_:children:)
- rb(_:children:)
- rbc(_:children:)
- rp(_:children:)
- rt(_:children:)
- rtc(_:children:)
- ruby(_:children:)
- samp(_:children:)
- script(_:children:)
- select(_:children:)
- small(_:children:)
- span(_:children:)
- strong(_:children:)
- style(_:children:)
- sub(_:children:)
- sup(_:children:)
- table(_:children:)
- tag(_:_:_:)
- tbody(_:children:)
- td(_:children:)
- textarea(_:children:)
- tfoot(_:children:)
- th(_:children:)
- thead(_:children:)
- title(_:children:)
- tr(_:children:)
- tt(_:children:)
- ul(_:children:)