org.exoplatform.services.html.path
Class NodePathParser

java.lang.Object
  extended by org.exoplatform.services.html.path.NodePathParser

public class NodePathParser
extends java.lang.Object

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Aug 15, 2006


Constructor Summary
NodePathParser()
           
 
Method Summary
static NodePath.Index[] toIndexs(HTMLNode element)
           
static NodePath.Index[] toIndexs(java.lang.String text)
           
static NodePath toPath(HTMLNode element)
           
static NodePath toPath(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePathParser

public NodePathParser()
Method Detail

toPath

public static NodePath toPath(java.lang.String text)
                       throws java.lang.Exception
Throws:
java.lang.Exception

toIndexs

public static NodePath.Index[] toIndexs(java.lang.String text)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

toPath

public static NodePath toPath(HTMLNode element)

toIndexs

public static NodePath.Index[] toIndexs(HTMLNode element)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.