Serialized Form
-
Package org.implab.gradle.xslt.internal
-
Record Class org.implab.gradle.xslt.internal.FragmentParameter
class FragmentParameter extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fragment
XmlParameterNode fragment
The field for thefragmentrecord component.
-
-
Record Class org.implab.gradle.xslt.internal.NodeParameter
class NodeParameter extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
node
XmlParameterNode node
The field for thenoderecord component.
-
-
Record Class org.implab.gradle.xslt.internal.NodeSetParameter
class NodeSetParameter extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nodes
List<XmlParameterNode> nodes
The field for thenodesrecord component.
-
-
Record Class org.implab.gradle.xslt.internal.SimpleParameter
class SimpleParameter extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Object value
The field for thevaluerecord component.
-
-
Record Class org.implab.gradle.xslt.internal.XmlParameterNode
class XmlParameterNode extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
List<org.implab.gradle.xslt.internal.XmlParameterAttribute> attributes
The field for theattributesrecord component. -
children
List<XmlParameterNode> children
The field for thechildrenrecord component. -
name
String name
The field for thenamerecord component. -
namespaceUri
String namespaceUri
The field for thenamespaceUrirecord component. -
type
short type
The field for thetyperecord component. -
value
String value
The field for thevaluerecord component.
-
-