Package org.eclipse.net4j.util.io
Class XMLOutput
java.lang.Object
org.eclipse.net4j.util.io.XMLOutput
- Since:
- 3.1
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattributeOrNull
(String name, Object value) bytes()
characters
(boolean cdata) void
done()
int
level()
pop()
push()
void
setIndentation
(String indentation) void
setNewLine
(String newLine)
-
Constructor Details
-
XMLOutput
-
-
Method Details
-
getNewLine
- Since:
- 3.20
-
setNewLine
-
getIndentation
- Since:
- 3.20
-
setIndentation
-
element
- Throws:
SAXException
-
attribute
- Throws:
SAXException
-
attributeOrNull
- Throws:
SAXException
-
characters
- Throws:
SAXException
-
characters
- Throws:
SAXException
- Since:
- 3.20
-
bytes
- Throws:
SAXException
-
currentElement
- Since:
- 3.20
-
currentAttributes
- Since:
- 3.20
-
level
public int level()- Since:
- 3.20
-
push
- Throws:
SAXException
-
pop
- Throws:
SAXException
-
done
- Throws:
SAXException
-