Uses of Interface
org.apache.james.mime4j.field.address.Node
Packages that use Node
-
Uses of Node in org.apache.james.mime4j.field.address
Classes in org.apache.james.mime4j.field.address that implement NodeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.apache.james.mime4j.field.address declared as NodeModifier and TypeFieldDescriptionprotected Node[]
SimpleNode.children
protected Node
SimpleNode.parent
Fields in org.apache.james.mime4j.field.address with type parameters of type NodeMethods in org.apache.james.mime4j.field.address that return NodeModifier and TypeMethodDescriptionNode.jjtGetChild
(int i) This method returns a child node.SimpleNode.jjtGetChild
(int i) Node.jjtGetParent()
SimpleNode.jjtGetParent()
Builder.ChildNodeIterator.next()
JJTAddressListParserState.peekNode()
JJTAddressListParserState.popNode()
JJTAddressListParserState.rootNode()
Methods in org.apache.james.mime4j.field.address with parameters of type NodeModifier and TypeMethodDescriptionvoid
JJTAddressListParserState.clearNodeScope
(Node n) void
JJTAddressListParserState.closeNodeScope
(Node n, boolean condition) void
JJTAddressListParserState.closeNodeScope
(Node n, int num) void
Node.jjtAddChild
(Node n, int i) This method tells the node to add its argument to the node's list of children.void
SimpleNode.jjtAddChild
(Node n, int i) (package private) void
AddressListParser.jjtreeCloseNodeScope
(Node n) (package private) void
AddressListParser.jjtreeOpenNodeScope
(Node n) void
Node.jjtSetParent
(Node n) This pair of methods are used to inform the node of its parent.void
SimpleNode.jjtSetParent
(Node n) void
JJTAddressListParserState.openNodeScope
(Node n) void