JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--org.w3c.dom.core.Node
         |
         +--org.w3c.dom.core.CharacterData
               |
               +--org.w3c.dom.core.Text
public abstract class Text extends CharacterData
Field Summary | 
|---|
Fields inherited from org.w3c.dom.core.CharacterData | 
data, length | 
Fields inherited from org.w3c.dom.core.Node | 
ATTRIBUTE_NODE, attributes, CDATA_SECTION_NODE, childNodes, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE | 
Fields inherited from org.ecmascript.object.Object | 
constructor, prototype | 
Method Summary | 
|
|---|---|
public Text | 
|
Methods inherited from org.w3c.dom.core.CharacterData | 
appendData, deleteData, insertData, replaceData, substringData | 
Methods inherited from org.w3c.dom.core.Node | 
appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild | 
Field Detail | 
|---|
Method Detail | 
|---|
public Text splitText(Object offset)JavaScript:var txt = document.createTextNode('AAA-BBB-CCC');offset | 
Text - The new node, of the same type as this node.DOMException INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than the number of 16-bit units in data.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||