org.bounce.viewer.xml
Class ScannerUtils

java.lang.Object
  extended by org.bounce.viewer.xml.ScannerUtils

public class ScannerUtils
extends Object


Field Summary
static String SHOW_ATTRIBUTES
           
static String SHOW_COMMENTS
           
static String SHOW_NAMESPACES
           
static String SHOW_VALUES
           
 
Constructor Summary
ScannerUtils()
           
 
Method Summary
static boolean showAttributes()
           
static boolean showComments()
           
static boolean showNamespaces()
           
static boolean showValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHOW_ATTRIBUTES

public static final String SHOW_ATTRIBUTES
See Also:
Constant Field Values

SHOW_NAMESPACES

public static final String SHOW_NAMESPACES
See Also:
Constant Field Values

SHOW_VALUES

public static final String SHOW_VALUES
See Also:
Constant Field Values

SHOW_COMMENTS

public static final String SHOW_COMMENTS
See Also:
Constant Field Values
Constructor Detail

ScannerUtils

public ScannerUtils()
Method Detail

showNamespaces

public static boolean showNamespaces()

showValues

public static boolean showValues()

showAttributes

public static boolean showAttributes()

showComments

public static boolean showComments()


Copyright © 2002-2011 Edwin Dankert. All Rights Reserved.