Class XML
java.lang.Object
ortus.boxlang.runtime.components.Component
ortus.boxlang.runtime.components.xml.XML
-
Nested Class Summary
Nested classes/interfaces inherited from class ortus.boxlang.runtime.components.Component
Component.BodyResult, Component.ComponentBody -
Field Summary
Fields inherited from class ortus.boxlang.runtime.components.Component
componentService, declaredAttributes, DEFAULT_RETURN, functionService, interceptorService, logger, name, runtime -
Constructor Summary
ConstructorsConstructorDescriptionXML()-------------------------------------------------------------------------- Constructor(s) -------------------------------------------------------------------------- -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, IStruct attributes, Component.ComponentBody body, IStruct executionState) Any text output in the body of this component will be parsed into an XML document and stored in the specified variable.Methods inherited from class ortus.boxlang.runtime.components.Component
announce, getDeclaredAttributes, getName, invoke, processBody, processBody, setName, validateAttributes
-
Constructor Details
-
XML
public XML()-------------------------------------------------------------------------- Constructor(s) --------------------------------------------------------------------------
-
-
Method Details
-
_invoke
public Component.BodyResult _invoke(IBoxContext context, IStruct attributes, Component.ComponentBody body, IStruct executionState) Any text output in the body of this component will be parsed into an XML document and stored in the specified variable.
-