Uses of Class
org.exoplatform.services.html.HTMLNode

Packages that use HTMLNode
org.exoplatform.services.html   
org.exoplatform.services.html.parser   
org.exoplatform.services.html.path   
org.exoplatform.services.html.util   
org.exoplatform.services.token.attribute   
 

Uses of HTMLNode in org.exoplatform.services.html
 

Fields in org.exoplatform.services.html declared as HTMLNode
protected  HTMLNode HTMLNode.parent
           
 

Fields in org.exoplatform.services.html with type parameters of type HTMLNode
protected  java.util.List<HTMLNode> HTMLNode.children
           
 

Methods in org.exoplatform.services.html that return HTMLNode
 HTMLNode HTMLDocument.getDoctype()
           
 HTMLNode HTMLNode.getParent()
           
 HTMLNode HTMLDocument.getRoot()
           
 

Methods in org.exoplatform.services.html that return types with arguments of type HTMLNode
 java.util.List<HTMLNode> HTMLNode.getChildren()
           
 java.util.List<HTMLNode> HTMLNode.getChildrenNode()
           
 

Methods in org.exoplatform.services.html with parameters of type HTMLNode
 void HTMLNode.addChild(HTMLNode ele)
           
 void HTMLDocument.setDoctype(HTMLNode doctype)
           
 void HTMLNode.setParent(HTMLNode parent)
           
 void HTMLDocument.setRoot(HTMLNode root)
           
 

Uses of HTMLNode in org.exoplatform.services.html.parser
 

Subclasses of HTMLNode in org.exoplatform.services.html.parser
 class NodeImpl
          Created by The eXo Platform SARL Author : Nhu Dinh Thuan thuan.nhu@exoplatform.com Sep 14, 2006
 

Methods in org.exoplatform.services.html.parser that return HTMLNode
static HTMLNode HTMLParser.clone(HTMLNode node)
           
 

Methods in org.exoplatform.services.html.parser with parameters of type HTMLNode
static HTMLNode HTMLParser.clone(HTMLNode node)
           
 

Uses of HTMLNode in org.exoplatform.services.html.path
 

Methods in org.exoplatform.services.html.path that return HTMLNode
static HTMLNode NodePathUtil.lookFor(HTMLNode root, NodePath path)
           
 

Methods in org.exoplatform.services.html.path with parameters of type HTMLNode
static HTMLDocument NodePathUtil.create(HTMLNode root, NodePath[] paths)
           
static HTMLNode NodePathUtil.lookFor(HTMLNode root, NodePath path)
           
static void NodePathUtil.remove(HTMLNode root, NodePath[] paths)
           
static NodePath.Index[] NodePathParser.toIndexs(HTMLNode element)
           
static NodePath NodePathParser.toPath(HTMLNode element)
           
 

Uses of HTMLNode in org.exoplatform.services.html.util
 

Methods in org.exoplatform.services.html.util with parameters of type HTMLNode
 boolean ContentBuilder.build(HTMLNode node, java.util.List<char[]> values, RefsDecoder decoder)
           
 void HyperLinkUtil.createFullImageLink(HTMLNode node, java.net.URL home)
           
 void HyperLinkUtil.createFullImageLink(HTMLNode node, java.net.URL home, URLCreator creator)
           
 void HyperLinkUtil.createFullLink(HTMLNode node, java.util.Map<java.lang.String,java.lang.String> map, java.net.URL home, URLCreator creator, ValueVerifier verifier)
           
 void HyperLinkUtil.createFullNormalLink(HTMLNode node, java.net.URL home)
           
 void HyperLinkUtil.createFullNormalLink(HTMLNode node, java.net.URL home, URLCreator creator)
           
 java.util.List<java.lang.String> HyperLinkUtil.getImageLink(HTMLNode node)
           
 java.lang.String HyperLinkUtil.getSingleImageLink(HTMLNode node)
           
 java.util.List<java.lang.String> HyperLinkUtil.getSiteLink(HTMLNode node)
           
 

Uses of HTMLNode in org.exoplatform.services.token.attribute
 

Methods in org.exoplatform.services.token.attribute with parameters of type HTMLNode
 Attribute AttributeUtil.getAttribute(HTMLNode node, java.util.Map<java.lang.String,java.lang.String> map)
           
 java.lang.String AttributeUtil.getAttribute(HTMLNode node, java.util.Map<java.lang.String,java.lang.String> map, ValueVerifier verifier)
           
 java.util.List<java.lang.String> AttributeUtil.getAttributes(HTMLNode node, java.util.List<java.lang.String> list, java.util.Map<java.lang.String,java.lang.String> map, ValueVerifier verifier)
           
 java.util.List<java.lang.String> AttributeUtil.getAttributes(HTMLNode node, java.util.Map<java.lang.String,java.lang.String> map)
           
 java.util.List<java.lang.String> AttributeUtil.getAttributes(HTMLNode node, java.util.Map<java.lang.String,java.lang.String> map, ValueVerifier verifier)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.