Interface INodeBuilder
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
IDocumentBuilder
- All Known Implementing Classes:
JsonDocumentBuilder
,JsonNodeBuilder
,XmlDocumentBuilder
,XmlNodeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setNumberValue
(String value) void
setValue
(boolean value) void
void
startArray
(String elementName)
-
Method Details
-
startArray
- Throws:
SAXException
-
startObject
- Throws:
SAXException
-
setValue
- Throws:
SAXException
-
setValue
- Throws:
SAXException
-
setValue
- Throws:
SAXException
-
setNumberValue
- Throws:
SAXException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
SAXException
-