MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getData

Method getData

src/main/java/org/htmlunit/html/HtmlFileInput.java:73–75  ·  view source on GitHub ↗

Returns the in-memory data assigned to this file input element, if any. @return null if #setData(byte[]) hasn't been used

()

Source from the content-addressed store, hash-verified

71 * @return {@code null} if {@link #setData(byte[])} hasn't been used
72 */
73 public final byte[] getData() {
74 return data_;
75 }
76
77 /**
78 * <p>Assigns in-memory data to this file input element. During submission, instead

Callers 15

getScriptCodeMethod · 0.45
readValueMethod · 0.45
printXmlMethod · 0.45
createSplitTextNodeMethod · 0.45
asTextMethod · 0.45
printTextMethod · 0.45
getScriptCodeMethod · 0.45
splitTextMethod · 0.45
createSplitTextNodeMethod · 0.45
printXmlMethod · 0.45
doTypeMethod · 0.45
moveSelectionToEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected