Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    There is a difference between 'empty' and 'not present'. Second, if it's a more complicated class, there might be no 'empty' representation. Commented Mar 19, 2015 at 15:33
  • 2
    I strongly believe that there is no need for two separate classes for handling NULL and EMPTY representation. You could do those stuffs with a single class. Commented Mar 19, 2015 at 15:48
  • I appreciate this answer but it is off a bit from what I'm trying to do. Im actually wanting to author the xml files "from scratch". I'm not actually parsing or dealing with a DOM (although I may add parsing and DOM support later where the DOM is actually a facade). Commented Mar 19, 2015 at 16:27