public interface DOMPropertyGetter extends EventPropertyGetterSPI
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValueAsFragment(org.w3c.dom.Node node)
Returns a property value as a fragment.
|
CodegenExpression |
getValueAsFragmentCodegen(CodegenExpression value,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
org.w3c.dom.Node |
getValueAsNode(org.w3c.dom.Node node)
Returns a property value as a node.
|
org.w3c.dom.Node[] |
getValueAsNodeArray(org.w3c.dom.Node node)
Returns a property value that is indexed as a node array.
|
CodegenExpression |
getValueAsNodeArrayCodegen(CodegenExpression value,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
getValueAsNodeCodegen(CodegenExpression value,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
eventBeanExistsCodegen, eventBeanFragmentCodegen, eventBeanGetCodegen, underlyingExistsCodegen, underlyingFragmentCodegen, underlyingGetCodegen
get, getFragment, isExistsProperty
org.w3c.dom.Node getValueAsNode(org.w3c.dom.Node node)
node
- to evaluateorg.w3c.dom.Node[] getValueAsNodeArray(org.w3c.dom.Node node)
node
- to evaluatejava.lang.Object getValueAsFragment(org.w3c.dom.Node node)
node
- to evaluateCodegenExpression getValueAsNodeCodegen(CodegenExpression value, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
CodegenExpression getValueAsNodeArrayCodegen(CodegenExpression value, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
CodegenExpression getValueAsFragmentCodegen(CodegenExpression value, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)