Package org.eclipse.net4j.util.io
Klasse XMLOutput
java.lang.Object
org.eclipse.net4j.util.io.XMLOutput
- Seit:
- 3.1
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungattributeOrNull(String name, Object value) bytes()characters(boolean cdata) voiddone()intlevel()pop()push()voidsetIndentation(String indentation) voidsetNewLine(String newLine)
-
Konstruktordetails
-
XMLOutput
-
-
Methodendetails
-
getNewLine
- Seit:
- 3.20
-
setNewLine
-
getIndentation
- Seit:
- 3.20
-
setIndentation
-
element
- Löst aus:
SAXException
-
attribute
- Löst aus:
SAXException
-
attributeOrNull
- Löst aus:
SAXException
-
characters
- Löst aus:
SAXException
-
characters
- Löst aus:
SAXException- Seit:
- 3.20
-
bytes
- Löst aus:
SAXException
-
currentElement
- Seit:
- 3.20
-
currentAttributes
- Seit:
- 3.20
-
level
public int level()- Seit:
- 3.20
-
push
- Löst aus:
SAXException
-
pop
- Löst aus:
SAXException
-
done
- Löst aus:
SAXException
-