|
|||||||||
| 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.IfElement
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 | |
IfElement(org.xml.sax.Attributes attrs,
ProcessingOptions aPO)
Build the object using the Attributes list |
|
| Method Summary | |
protected java.lang.String |
getName()
|
void |
toSax()
Creates the SAX events once processing has finished. |
boolean |
wasTrue()
|
| 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 IfElement(org.xml.sax.Attributes attrs,
ProcessingOptions aPO)
throws IllegalElementException
attrs - the Attributes list
IllegalElementException - Invalid x:forge element
declaration| Method Detail |
protected java.lang.String getName()
getName in class ConditionalElement
public void toSax()
throws org.xml.sax.SAXException
XMLProducer
toSax in interface XMLProducertoSax in class AbstractElementorg.xml.sax.SAXExceptionpublic boolean wasTrue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||