A B C D E F G H I J K L M N O P Q R S T U V W X _

N

NONE - Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Value returned when no links are discovered.
NORMAL - Static variable in class org.htmlparser.util.DefaultParserFeedback
Constructor argument for a normal feedback.
NOTHING - Static variable in class org.htmlparser.util.SpecialHashtable
Special value for an empty attribute value.
NULLVALUE - Static variable in class org.htmlparser.util.SpecialHashtable
Special value for a null attribute value.
Node - interface org.htmlparser.Node.
Specifies the minimum requirements for nodes returned by the Lexer or Parser.
NodeClassFilter - class org.htmlparser.filters.NodeClassFilter.
This class accepts all tags of a given class.
NodeClassFilter() - Constructor for class org.htmlparser.filters.NodeClassFilter
Creates a NodeClassFilter that accepts Html tags.
NodeClassFilter(Class) - Constructor for class org.htmlparser.filters.NodeClassFilter
Creates a NodeClassFilter that accepts tags of the given class.
NodeClassFilterWrapper - class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper.
Wrapper for NodeClassFilters.
NodeClassFilterWrapper() - Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
Create a wrapper over a new NodeClassFilter.
NodeFactory - interface org.htmlparser.NodeFactory.
This interface defines the methods needed to create new nodes.
NodeFilter - interface org.htmlparser.NodeFilter.
Implement this interface to select particular nodes.
NodeIterator - interface org.htmlparser.util.NodeIterator.
 
NodeList - class org.htmlparser.util.NodeList.
 
NodeList() - Constructor for class org.htmlparser.util.NodeList
 
NodeList(Node) - Constructor for class org.htmlparser.util.NodeList
Create a one element node list.
NodeListTest - class org.htmlparser.tests.utilTests.NodeListTest.
 
NodeListTest(String) - Constructor for class org.htmlparser.tests.utilTests.NodeListTest
 
NodeVisitor - class org.htmlparser.visitors.NodeVisitor.
The base class for the 'Visitor' pattern.
NodeVisitor() - Constructor for class org.htmlparser.visitors.NodeVisitor
Creates a node visitor that recurses itself and it's children.
NodeVisitor(boolean) - Constructor for class org.htmlparser.visitors.NodeVisitor
Creates a node visitor that recurses itself and it's children only if recurseChildren is true.
NodeVisitor(boolean, boolean) - Constructor for class org.htmlparser.visitors.NodeVisitor
Creates a node visitor that recurses itself only if recurseSelf is true and it's children only if recurseChildren is true.
NodeVisitorTest - class org.htmlparser.tests.visitorsTests.NodeVisitorTest.
 
NodeVisitorTest(String) - Constructor for class org.htmlparser.tests.visitorsTests.NodeVisitorTest
 
NonBreakingSpaceConvertingNode - class org.htmlparser.nodeDecorators.NonBreakingSpaceConvertingNode.
Deprecated. Use direct subclasses or dynamic proxies instead.

Use either direct subclasses of the appropriate node and set them on the PrototypicalNodeFactory, or use a dynamic proxy implementing the required node type interface.

NonBreakingSpaceConvertingNode(Text) - Constructor for class org.htmlparser.nodeDecorators.NonBreakingSpaceConvertingNode
Deprecated.  
NonBreakingSpaceConvertingNodeTest - class org.htmlparser.tests.nodeDecoratorTests.NonBreakingSpaceConvertingNodeTest.
 
NonBreakingSpaceConvertingNodeTest(String) - Constructor for class org.htmlparser.tests.nodeDecoratorTests.NonBreakingSpaceConvertingNodeTest
 
NonEnglishTest - class org.htmlparser.tests.utilTests.NonEnglishTest.
Test case for bug #1161137 Non English Character web page.
NonEnglishTest(String) - Constructor for class org.htmlparser.tests.utilTests.NonEnglishTest
 
NotFilter - class org.htmlparser.filters.NotFilter.
Accepts all nodes not acceptable to it's predicate filter.
NotFilter() - Constructor for class org.htmlparser.filters.NotFilter
Creates a new instance of a NotFilter.
NotFilter(NodeFilter) - Constructor for class org.htmlparser.filters.NotFilter
Creates a NotFilter that accepts nodes not acceptable to the predicate.
NotFilterWrapper - class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper.
Wrapper for NotFilters.
NotFilterWrapper() - Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
Create a wrapper over a new NotFilter.
NullLayoutManager - class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager.
A layout manager that doesn't move things around.
NullLayoutManager() - Constructor for class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
Constructs a NullLayoutManager object.
newAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "New" menu or button pressed.
newline(StringBuffer) - Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
Append a newline to the buffer.
nextNode() - Method in class org.htmlparser.lexer.Lexer
Get the next node from the source.
nextNode(boolean) - Method in class org.htmlparser.lexer.Lexer
Get the next node from the source.
nextNode() - Method in class org.htmlparser.util.IteratorImpl
Get the next node.
nextNode() - Method in interface org.htmlparser.util.NodeIterator
Get the next node.
nextNode() - Method in interface org.htmlparser.util.SimpleNodeIterator
Get the next node.
nl - Variable in class org.htmlparser.tests.utilTests.CharacterTranslationTest.Generate
 
node - Variable in class org.htmlparser.tests.ParserTestCase
 
nodeBegin - Variable in class org.htmlparser.nodes.AbstractNode
The beginning position of the tag in the line
nodeCount - Variable in class org.htmlparser.tests.ParserTestCase
 
nodeEnd - Variable in class org.htmlparser.nodes.AbstractNode
The ending position of the tag in the line

A B C D E F G H I J K L M N O P Q R S T U V W X _