|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.xmlpad.helper.model.AbstractDescriptor
com.japisoft.xmlpad.helper.model.TagDescriptor
com.japisoft.xmlpad.helper.model.RawDescriptor
A simple descriptor for adding a content as is
Field Summary |
Fields inherited from class com.japisoft.xmlpad.helper.model.TagDescriptor |
empty, name, namespace |
Fields inherited from class com.japisoft.xmlpad.helper.model.AbstractDescriptor |
addedPart, type |
Constructor Summary | |
RawDescriptor(java.lang.String content)
|
|
RawDescriptor(java.lang.String content,
boolean automaticNextHandler)
|
Methods inherited from class com.japisoft.xmlpad.helper.model.TagDescriptor |
addAttDescriptor, addSynonymousTagDescriptor, equals, getAtts, getBuiltTag, getEndingTag, getMacOcc, getMinOcc, getName, getNameForHelper, getRequiredAtt, getStartingTag, getSynonymousTagDescriptor, getSynonymousTagDescriptorCount, isChoice, isEmpty, isEnabled, isRaw, setAttDescriptor, setChoice, setEmpty, setEnabled, setMaxOcc, setMinOcc, toExternalForm, toString |
Methods inherited from class com.japisoft.xmlpad.helper.model.AbstractDescriptor |
dispose, getComment, getIcon, getSource, getType, hasAutomaticNextHelper, setAddedPart, setAutomaticNextHelper, setComment, setIcon, setSource, setType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RawDescriptor(java.lang.String content)
content
- raw contentpublic RawDescriptor(java.lang.String content, boolean automaticNextHandler)
content
- Row contentautomaticNextHandler
- decide to activate after inserting another handler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |