demo for SASAX - 1.5

jp.ne.dti.lares.foozy.sasax
Class CustomDemo.CustomElement

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.sasax.AbstractElement
        |
        +--jp.ne.dti.lares.foozy.sasax.CompositeElement
              |
              +--jp.ne.dti.lares.foozy.sasax.CustomDemo.CustomElement
All Implemented Interfaces:
DemoConstants, Element
Enclosing class:
CustomDemo

public static class CustomDemo.CustomElement
extends CompositeElement
implements DemoConstants

Composite element to un-marshal CustomContainer from XML document.

Author:
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>(code/doc)

Fields inherited from interface jp.ne.dti.lares.foozy.sasax.DemoConstants
COMPOSITE_L_NAME, ENVELOPE_L_NAME, INT_L_NAME, LIST_L_NAME, STRING_L_NAME, URI
 
Constructor Summary
CustomDemo.CustomElement(Element parent)
          Constructor.
 
Method Summary
 CustomDemo.CustomContainer getValue(boolean ensure)
          Get un-marshaled CustomContainer.
 
Methods inherited from class jp.ne.dti.lares.foozy.sasax.CompositeElement
accepts, addComponent, addComponent, addMustItem, addMustItem, addOptionalItem, addOptionalItem, characters, endElement, examine, getComponent, getComponents, getLName, getURI, ignorableWhitespace, isEmpty, isNil, isNillable, setNillable, startElement
 
Methods inherited from class jp.ne.dti.lares.foozy.sasax.AbstractElement
addCleanup, addNotification, clear, ensureDetermined, fireElementStarted, getAttribute, getParent, hasNotification, hasXSINil, isDetermined, notifyDetermined, notifyDetermined, processingInstruction, removeNotification, setDetermined, skippedEntity, unwatchAttribute, watchAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDemo.CustomElement

public CustomDemo.CustomElement(Element parent)
Constructor.
Method Detail

getValue

public final CustomDemo.CustomContainer getValue(boolean ensure)
Get un-marshaled CustomContainer.

demo for SASAX - 1.5