Java com.badlogic.gdx.utils XmlWriter fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils XmlWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils XmlWriter.

The text is from its open source code.

Subclass

com.badlogic.gdx.utils.XmlWriter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

XmlWriterattribute(String name, Object value)
voidclose()
Calls #pop() for each remaining open element, if any, and closes the stream.
XmlWriterelement(String name)
XmlWriterpop()
XmlWritertext(Object text)