|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.JMEntity
An implementation of a skipped entity.
Constructor Summary | |
JMEntity()
Creates a new instance of JMEntity. |
|
JMEntity(java.lang.String pEntity)
Creates a new instance of JMEntity and the given actual entity. |
Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getEntity()
Returns the entity being skipped. |
void |
setEntity(java.lang.String pEntity)
Sets the entity being skipped. |
void |
toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMEntity()
setEntity()
.
public JMEntity(java.lang.String pEntity)
Method Detail |
public java.lang.String getEntity()
Returns the entity being skipped.
public void setEntity(java.lang.String pEntity)
Sets the entity being skipped.
public void toSAX(org.xml.sax.ContentHandler pContentHandler, NamespaceSupport pNamespaceSupport) throws org.xml.sax.SAXException
toSAX
in interface JMNode
org.xml.sax.SAXException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface JMNode
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |