XMLWriter
class XMLWriter extends XMLWriter
Constants
| IA_DATE_FORMAT |
Intacct date format |
| IA_DATETIME_FORMAT |
Intacct datetime format |
| IA_MULTI_SELECT_GLUE |
Intacct multi select string separator |
Methods
startElement($name)
No description
bool
writeElement(string $name, mixed $content = null, bool $writeNull = false)
Write full element tag
bool
bool
writeAttribute(string $name, string $value, bool $writeNull = true)
Write full attribute
Details
at line line 63
startElement($name)
at line line 84
bool
writeElement(string $name, mixed $content = null, bool $writeNull = false)
Write full element tag
at line line 128
bool
writeDateSplitElements(DateType $date, bool $writeNull = true)
Write full element date tags
at line line 148
bool
writeAttribute(string $name, string $value, bool $writeNull = true)
Write full attribute