Uses of Class
org.exoplatform.social.common.xmlprocessor.model.Node

Packages that use Node
org.exoplatform.social.common.xmlprocessor Provides xml processor classes for sanitize purpose: allows using html tags. 
org.exoplatform.social.common.xmlprocessor.model   
 

Uses of Node in org.exoplatform.social.common.xmlprocessor
 

Methods in org.exoplatform.social.common.xmlprocessor that return Node
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.
 

Methods in org.exoplatform.social.common.xmlprocessor with parameters of type Node
static Node DOMParser.createDOMTree(Node currentNode, List<String> xmlTokens)
          Creates the XML DOM tree from XML token List tree as childNodeList of currentNode.
 

Uses of Node in org.exoplatform.social.common.xmlprocessor.model
 

Methods in org.exoplatform.social.common.xmlprocessor.model that return Node
 Node Node.getParentNode()
          Gets parent Node of current Node.
 

Methods in org.exoplatform.social.common.xmlprocessor.model that return types with arguments of type Node
 LinkedList<Node> Node.getChildNodes()
          Gets the list child nodes of current Node.
 

Methods in org.exoplatform.social.common.xmlprocessor.model with parameters of type Node
 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
 

Method parameters in org.exoplatform.social.common.xmlprocessor.model with type arguments of type Node
 void Node.setChildNodes(LinkedList<Node> childNodes)
          Sets the list child nodes of current Node.
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.