All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.xset.IgnoreWS

java.lang.Object
   |
   +----ninja.xset.IgnoreWS

public class IgnoreWS
extends Object

Constructor Index

 o IgnoreWS()

Method Index

 o getChildren(Element)
Takes a dom element in, and returns an array of non whitespace child elements
 o main(String[])
 o printElement(Element)

Constructors

 o IgnoreWS
 public IgnoreWS()

Methods

 o getChildren
 public static Vector getChildren(Element e)
Takes a dom element in, and returns an array of non whitespace child elements

 o main
 public static void main(String argv[])
 o printElement
 public static void printElement(Element n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index