hunt-xml ~master (2021-11-22T02:27:56Z)
Home
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
writeProcessingInstruction
writeText
writeXMLDeclaration
variables
insideDTD
startingTag
Outputs a processing instruction with the given target and data.