|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ObjectIdentifierParser
public class ObjectIdentifierParser
Implements a parser for values of ASN.1
type OBJECT IDENTIFIER.
| Constructor Summary | |
|---|---|
ObjectIdentifierParser()
Constructor for ObjectIdentifierParser. |
|
ObjectIdentifierParser(ArcMap arcMap)
Constructor for ObjectIdentifierParser
with parameters ???. |
|
ObjectIdentifierParser(boolean resolveIdentifiers)
Constructor for ObjectIdentifierParser. |
|
ObjectIdentifierParser(boolean resolveIdentifiers,
ArcMap arcMap)
Constructor for ObjectIdentifierParser
with parameters ???. |
|
| Method Summary | |
|---|---|
protected ArcMap |
getArcMap()
Returns the current arc map. |
int[] |
parse(java.lang.String notation)
|
int[] |
resolveArc(int position,
java.lang.String mnemonic)
Resolves an ASN.1 information object identifier arc. |
java.lang.String |
resolveArcs(java.lang.String s)
Resolves ASN.1 information object identifier arcs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectIdentifierParser()
throws java.text.ParseException
ObjectIdentifierParser.
java.text.ParseException
public ObjectIdentifierParser(ArcMap arcMap)
throws java.text.ParseException
ObjectIdentifierParser
with parameters ???.
java.text.ParseException
public ObjectIdentifierParser(boolean resolveIdentifiers,
ArcMap arcMap)
throws java.text.ParseException
ObjectIdentifierParser
with parameters ???.
java.text.ParseException
public ObjectIdentifierParser(boolean resolveIdentifiers)
throws java.text.ParseException
ObjectIdentifierParser.
java.text.ParseException| Method Detail |
|---|
public int[] parse(java.lang.String notation)
throws java.text.ParseException
java.text.ParseException
public int[] resolveArc(int position,
java.lang.String mnemonic)
throws java.text.ParseException
position - location in series of OID arcsmnemonic - arc identifier
java.text.ParseException
public java.lang.String resolveArcs(java.lang.String s)
throws java.text.ParseException
s - a string of arcs to be tokenized and resolve
java.text.ParseExceptionprotected ArcMap getArcMap()
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||