libgdx API

Uses of Class
com.badlogic.gdx.utils.Xml.Element

Packages that use Xml.Element
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.utils   
 

Uses of Xml.Element in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Xml.Element
protected  void Skin.parseWidgetStyles(Xml.Element styles)
           
 

Uses of Xml.Element in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils that return Xml.Element
 Xml.Element Xml.Element.getChild(int i)
           
 Xml.Element Xml.Element.getChildByName(java.lang.String name)
           
 Xml.Element Xml.Element.getChildByNameRecursive(java.lang.String name)
           
 Xml.Element Xml.parse(char[] data, int offset, int length)
           
 Xml.Element Xml.parse(FileHandle file)
           
 Xml.Element Xml.parse(java.io.InputStream input)
           
 Xml.Element Xml.parse(java.io.Reader reader)
           
 Xml.Element Xml.parse(java.lang.String xml)
           
 

Methods in com.badlogic.gdx.utils that return types with arguments of type Xml.Element
 Array<Xml.Element> Xml.Element.getChildrenByName(java.lang.String name)
           
 

Methods in com.badlogic.gdx.utils with parameters of type Xml.Element
 void Xml.Element.addChild(Xml.Element element)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)