org.archive.wayback.util.htmllex
Class NodeUtils
java.lang.Object
org.archive.wayback.util.htmllex.NodeUtils
- Direct Known Subclasses:
- ContextAwareLexer
public class NodeUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCRIPT_TAG_NAME
public static final String SCRIPT_TAG_NAME
- See Also:
- Constant Field Values
STYLE_TAG_NAME
public static final String STYLE_TAG_NAME
- See Also:
- Constant Field Values
NodeUtils
public NodeUtils()
isTagNode
public static boolean isTagNode(org.htmlparser.Node node)
isTextNode
public static boolean isTextNode(org.htmlparser.Node node)
isRemarkNode
public static boolean isRemarkNode(org.htmlparser.Node node)
isTagNodeNamed
public static boolean isTagNodeNamed(org.htmlparser.Node node,
String name)
isOpenTagNodeNamed
public static boolean isOpenTagNodeNamed(org.htmlparser.Node node,
String name)
isNonEmptyOpenTagNodeNamed
public static boolean isNonEmptyOpenTagNodeNamed(org.htmlparser.Node node,
String name)
isCloseTagNodeNamed
public static boolean isCloseTagNodeNamed(org.htmlparser.Node node,
String name)
Copyright © 2005-2011 Internet Archive. All Rights Reserved.