public class PubControl extends ExtensionPoint
BaseEntry.setDraft(Boolean)
, which will create a PubControl
object when necessary.Modifier and Type | Class and Description |
---|---|
class |
PubControl.AtomHandler
<app:control> parser. |
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
AbstractExtension.AttributesHandler
xmlBlob
localName, namespace
Constructor and Description |
---|
PubControl()
Creates an empty app:control tag.
|
Modifier and Type | Method and Description |
---|---|
void |
generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates the atom representation for this tag.
|
boolean |
isDraft()
Checks the value of the app:draft tag.
|
void |
setDraft(java.lang.Boolean draft)
Sets the value of the app:draft tag.
|
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getHandler, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildren
consumeAttributes, disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public boolean isDraft()
public void setDraft(java.lang.Boolean draft)
draft
- sets the draft status, null to unsetpublic void generateAtom(XmlWriter w, ExtensionProfile extProfile) throws java.io.IOException
java.io.IOException