toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.xml
/
XMLContext
XMLContext
public
final
class
XMLContext
<
T
extends
Object
>
(
source
)
Members
Constructors
XMLContext
Link copied to clipboard
public
XMLContext
<
T
>
XMLContext
<
T
extends
Any
>
(
XMLUniverse
universe
,
T
boundObject
)
Properties
bound
Object
Link copied to clipboard
private
final
T
boundObject
universe
Link copied to clipboard
private
final
XMLUniverse
universe
Functions
get
Bound
Method
Link copied to clipboard
public
final
Runnable
getBoundMethod
(
String
name
)
public
final
Consumer
<
E
>
getBoundMethod
<
E
extends
Any
>
(
String
name
,
Class
<
E
>
argument
)
get
Bound
Object
Link copied to clipboard
public
final
T
getBoundObject
(
)
get
Bound
Property
Link copied to clipboard
public
final
GetSetter
<
E
>
getBoundProperty
<
E
extends
Any
>
(
String
name
,
Class
<
E
>
type
)
get
Child
Fragment
Link copied to clipboard
public
final
GuiComponent
getChildFragment
(
Element
element
)
public
final
GuiComponent
getChildFragment
(
Element
element
,
Object
rebind
)
get
Child
Fragments
Link copied to clipboard
public
final
List
<
GuiComponent
>
getChildFragments
(
Element
element
)
public
final
List
<
GuiComponent
>
getChildFragments
(
Element
element
,
XMLContext
<
?
>
context
)
public
final
List
<
GuiComponent
>
getChildFragments
(
Element
element
,
Object
rebind
)
get
Method
From
Attribute
Link copied to clipboard
public
final
Runnable
getMethodFromAttribute
(
Element
element
,
QName
name
)
public
final
Consumer
<
E
>
getMethodFromAttribute
<
E
extends
Any
>
(
Element
element
,
QName
name
,
Class
<
E
>
type
)
get
Property
From
Attribute
Link copied to clipboard
public
final
GetSetter
<
E
>
getPropertyFromAttribute
<
E
extends
Any
>
(
Element
element
,
QName
name
,
Class
<
E
>
type
)
public
final
E
getPropertyFromAttribute
<
E
extends
Any
>
(
Element
element
,
QName
name
,
Class
<
E
>
type
,
E
def
)
get
Universe
Link copied to clipboard
public
final
XMLUniverse
getUniverse
(
)