| Package | Description |
|---|---|
| org.exoplatform.social.common.xmlprocessor |
Provides xml processor classes for sanitize purpose: allows using html tags.
|
| org.exoplatform.social.common.xmlprocessor.model |
| Modifier and Type | Method and Description |
|---|---|
static Node |
DOMParser.createDOMTree(List<String> xmlTokens)
Creates the XML DOM tree from XML token List tree.
|
static Node |
DOMParser.createDOMTree(Node currentNode,
List<String> xmlTokens)
Creates the XML DOM tree from XML token List tree as childNodeList of currentNode.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
DOMParser.createDOMTree(Node currentNode,
List<String> xmlTokens)
Creates the XML DOM tree from XML token List tree as childNodeList of currentNode.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getParentNode()
Gets parent Node of current Node.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Node> |
Node.getChildNodes()
Gets the list child nodes of current Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addChildNode(Node childNode)
Adds child Node to this Node.
|
void |
Node.insertAfter(int position,
Node node)
Insert Node to DOM tree after the node at position
|
void |
Node.insertAfter(Node refNode,
Node nodeToInsert)
insert Node to DOM tree after refNode
|
void |
Node.setParentNode(Node parentNode)
Sets the parent Node of currentNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setChildNodes(LinkedList<Node> childNodes)
Sets the list child nodes of current Node.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.