|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
public abstract class BaseSchemaEntity
The Class BaseSchemaEntity.
Field Summary | |
---|---|
protected java.util.logging.Logger |
LOG
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
BaseSchemaEntity()
|
Method Summary | |
---|---|
abstract void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
abstract void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.logging.Logger LOG
private static final long serialVersionUID
Constructor Detail |
---|
public BaseSchemaEntity()
Method Detail |
---|
public abstract void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
serializer
- the document
java.io.IOException
- TODOpublic abstract void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |