public abstract class Container extends AbstractWingElement
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractWingElement> |
contents
The internal contents of this container
|
context| Modifier | Constructor and Description |
|---|---|
protected |
Container(WingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose
|
void |
toSAX(ContentHandler contentHandler,
LexicalHandler lexicalHandler,
NamespaceSupport namespaces)
Translate this element and all contained elements into SAX events.
|
endElement, endElement, getWingContext, greater, lesser, require, require, requireFalse, requireTrue, restrict, sendCharacters, setWingContext, startElement, startElementprotected List<AbstractWingElement> contents
protected Container(WingContext context) throws WingException
context - (Required) The context this element is contained in.WingExceptionpublic void toSAX(ContentHandler contentHandler, LexicalHandler lexicalHandler, NamespaceSupport namespaces) throws SAXException
contentHandler - (Required) The registered contentHandler where SAX events
should be routed too.lexicalHandler - (Required) The registered lexicalHandler where lexical events
(such as CDATA, DTD, etc) should be routed too.namespaces - (Required) SAX Helper class to keep track of namespaces able
to determine the correct prefix for a given namespace URI.SAXExceptionpublic void dispose()
dispose in interface WingElementdispose in class AbstractWingElementCopyright © 2016 DuraSpace. All Rights Reserved.