|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Position | |
|---|---|
| org.apache.directory.shared.ldap.name | |
| org.apache.directory.shared.ldap.util | |
| Uses of Position in org.apache.directory.shared.ldap.name |
|---|
| Methods in org.apache.directory.shared.ldap.name with parameters of type Position | |
|---|---|
static boolean |
RdnParser.isValid(byte[] dn,
Position pos,
boolean isFirstRdn)
Validate a NameComponent : |
static int |
RdnParser.parse(byte[] dn,
Position pos,
Rdn rdn)
Parse a NameComponent : |
static int |
RdnParser.parse(java.lang.String dn,
Position pos,
Rdn rdn)
Parse a NameComponent : |
| Uses of Position in org.apache.directory.shared.ldap.util |
|---|
| Methods in org.apache.directory.shared.ldap.util with parameters of type Position | |
|---|---|
static java.lang.String |
AttributeUtils.parseAttribute(java.lang.String str,
Position pos,
boolean withOption)
Parse an attribute. |
static int |
DNUtils.parseHexString(byte[] bytes,
byte[] hex,
Position pos)
Parse an hex string, which is a list of hex pairs <hexstring> ::= <hexpair> <hexpairs> <hexpairs> ::= <hexpair> <hexpairs> | e |
static void |
AttributeUtils.parseOID(java.lang.String str,
Position pos)
Parse an OID. |
static void |
StringTools.trimLeft(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling null by returning null. |
static void |
StringTools.trimLeft(java.lang.String string,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling null by returning null. |
static java.lang.String |
StringTools.trimRight(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from end of this string, handling null by returning null. |
static java.lang.String |
StringTools.trimRight(java.lang.String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling null by returning null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||