-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getter and setter for the indent value of
Ox::Builder
(#296)
* Add Ox::Builder#indent This getter return the indent option of the builder. * Add Ox::Builder#indent= With this setter the indentation level can be changes dynamically. It allows to build XML where some of the nodes are formatted inline within the parent node. This is useful for nodes that consider all spacing and line-breaking as part of the value of the node's text.
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters