hunt-xml ~master (2022-05-28T08:44:55.8563279)
Dub
Repo
Writer.writeProcessingInstruction
hunt
xml
Writer
Writer
Outputs a processing instruction with the given target and data.
struct
Writer
(alias OutRange, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
writeProcessingInstruction
(
string
target
,
string
data
)
Meta
Source
See Implementation
hunt
xml
Writer
Writer
constructors
this
functions
closeDoctype
closeElement
closeElementWithTextNode
startDoctype
startElement
write
writeAttribute
writeCDATA
writeComment
writeDeclaration
writeNode
writeProcessingInstruction
writeText
writeXMLDeclaration
variables
insideDTD
startingTag
Outputs a processing instruction with the given target and data.