ptstemmer.support
Class XMLUtils

java.lang.Object
  extended by ptstemmer.support.XMLUtils

public abstract class XMLUtils
extends java.lang.Object


Constructor Summary
XMLUtils()
           
 
Method Summary
static java.util.Collection<org.w3c.dom.Element> getChilds(org.w3c.dom.Element e)
           
static void setProperty(SuffixTree<?> tree, java.lang.String propertyName, java.lang.Integer defaultValue, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

setProperty

public static void setProperty(SuffixTree<?> tree,
                               java.lang.String propertyName,
                               java.lang.Integer defaultValue,
                               org.w3c.dom.Element element)

getChilds

public static java.util.Collection<org.w3c.dom.Element> getChilds(org.w3c.dom.Element e)