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

Packages that use HTMLDocument
org.exoplatform.services.html.parser   
org.exoplatform.services.html.path   
 

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

Methods in org.exoplatform.services.html.parser that return HTMLDocument
static HTMLDocument HTMLParser.createDocument(byte[] data, java.lang.String charset)
           
static HTMLDocument HTMLParser.createDocument(char[] data)
           
static HTMLDocument HTMLParser.createDocument(java.io.File file, java.lang.String charset)
           
static HTMLDocument HTMLParser.createDocument(java.io.InputStream input, java.lang.String charset)
           
static HTMLDocument HTMLParser.createDocument(java.lang.String text)
           
 

Methods in org.exoplatform.services.html.parser with parameters of type HTMLDocument
 void CharsToken.setDocument(HTMLDocument document)
           
 

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

Methods in org.exoplatform.services.html.path that return HTMLDocument
static HTMLDocument NodePathUtil.create(HTMLNode root, NodePath[] paths)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.