|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bibop.xml.xforge.AbstractElement | +--org.bibop.xml.xforge.ConditionalElement | +--org.bibop.xml.xforge.ElseElement
If ...
Field Summary | |
private boolean |
ifResult
|
static java.lang.String |
XFORGE_ATTR_CONDITION
|
Fields inherited from class org.bibop.xml.xforge.ConditionalElement |
condition, deep, parser |
Fields inherited from class org.bibop.xml.xforge.AbstractElement |
contentHandler, lexicalHandler, parentPrefixesMonitor, po, saxEvents, xmlCompiler |
Constructor Summary | |
ElseElement(org.xml.sax.Attributes attrs,
ProcessingOptions aPO)
Build the object using the Attributes list |
Method Summary | |
protected java.lang.String |
getName()
|
void |
setLastIfResult(java.lang.Boolean result)
|
void |
toSax()
Creates the SAX events once processing has finished. |
Methods inherited from class org.bibop.xml.xforge.ConditionalElement |
endElement, match, startElement, testcondition |
Methods inherited from class org.bibop.xml.xforge.AbstractElement |
characters, comment, end, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, flushSAXCache, getActivePrefixes, ignorableWhitespace, output, output, processingInstruction, setConsumer, setContentHandler, setDocumentLocator, setLexicalHandler, setParent, setParentPrefixesMonitor, skippedEntity, start, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bibop.xml.xforge.Element |
setParent |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
Methods inherited from interface org.xml.sax.ext.LexicalHandler |
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity |
Methods inherited from interface org.bibop.xml.XMLProducer |
setConsumer, setContentHandler, setLexicalHandler |
Methods inherited from interface org.bibop.xml.xforge.PrefixesMonitor |
getActivePrefixes, setParentPrefixesMonitor |
Field Detail |
public static final java.lang.String XFORGE_ATTR_CONDITION
private boolean ifResult
Constructor Detail |
public ElseElement(org.xml.sax.Attributes attrs, ProcessingOptions aPO) throws IllegalElementException
attrs
- the Attributes list
IllegalElementException
- Invalid x:forge element
declarationMethod Detail |
public void setLastIfResult(java.lang.Boolean result) throws IllegalElementException
IllegalElementException
protected java.lang.String getName()
getName
in class ConditionalElement
public void toSax() throws org.xml.sax.SAXException
XMLProducer
toSax
in interface XMLProducer
toSax
in class AbstractElement
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |