|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameParser | |
|---|---|
| org.sapia.archie | |
| org.sapia.archie.impl | |
| org.sapia.archie.jndi | |
| org.sapia.archie.sync | |
| Uses of NameParser in org.sapia.archie |
|---|
| Methods in org.sapia.archie that return NameParser | |
|---|---|
NameParser |
Archie.getNameParser()
This method can be used by client applications to acquire the NameParser that this instance holds, in order to create
object representation of string-based names. |
NameParser |
Node.getNameParser()
Returns this implementation's name parser. |
NameParser |
AbstractNode.getNameParser()
|
| Constructors in org.sapia.archie with parameters of type NameParser | |
|---|---|
AbstractNode(NameParser parser,
java.util.Map children,
NodeFactory fac)
|
|
| Uses of NameParser in org.sapia.archie.impl |
|---|
| Classes in org.sapia.archie.impl that implement NameParser | |
|---|---|
class |
AttributeNameParser
|
class |
DefaultNameParser
Implements the NameParser interface. |
| Constructors in org.sapia.archie.impl with parameters of type NameParser | |
|---|---|
MultiValueNode(NameParser parser,
java.util.Map children,
java.util.Map values,
NodeFactory fac)
|
|
SingleValueNode(NameParser parser,
java.util.Map children,
java.util.Map values,
NodeFactory fac)
|
|
| Uses of NameParser in org.sapia.archie.jndi |
|---|
| Constructors in org.sapia.archie.jndi with parameters of type NameParser | |
|---|---|
JndiNameParser(NameParser parser)
|
|
| Uses of NameParser in org.sapia.archie.sync |
|---|
| Methods in org.sapia.archie.sync that return NameParser | |
|---|---|
NameParser |
SynchronizedNode.getNameParser()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||