|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectits.backbone.sdd.Parser
Used by the SDD Receiver to validate incoming SDD Schema and Contents frames, and convert them into Schema and Contents objects. Also invoked by the Schema and Contents objects' constructors when a string is used to initialize them.
| Constructor Summary | |
Parser()
|
|
| Method Summary | |
Contents |
parseContents(byte[] rgb)
Converts argument to string. |
Contents |
parseContents(Schema schema,
java.lang.String strContents)
Invokes the SDD Contents parser on the given text. |
Contents |
parseContents(java.lang.String strContents)
Invokes the SDD Contents parser on the given text. |
ContentsData |
parseContentsData(java.util.Vector columns,
java.lang.String rowset,
boolean preserveQuotes)
Creates a ContentsData object from data in a text buffer. |
Schema |
parseSchema(byte[] schemabuf)
Converts argument to string. |
Schema |
parseSchema(java.lang.String strSchema)
Invokes the SDD Schema parser on the given text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parser()
| Method Detail |
public Contents parseContents(java.lang.String strContents)
throws ContentsParserException,
java.lang.Exception
ContentsParserException - if a error was found in syntax or semantics
java.lang.Exception
public Contents parseContents(Schema schema,
java.lang.String strContents)
throws ContentsParserException,
java.lang.Exception
ContentsParserException - if a error was found in syntax or semantics
java.lang.Exception
public Schema parseSchema(java.lang.String strSchema)
throws SchemaParserException,
java.lang.Exception
SchemaParserException - if a error was found in syntax or semantics
java.lang.Exception
public ContentsData parseContentsData(java.util.Vector columns,
java.lang.String rowset,
boolean preserveQuotes)
public Contents parseContents(byte[] rgb)
throws ContentsParserException,
java.lang.Exception
ContentsParserException
java.lang.Exception
public Schema parseSchema(byte[] schemabuf)
throws SchemaParserException,
java.lang.Exception
SchemaParserException
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||