Method Summary |
|
protected Object | castValue(String type, String valueStr) The method castValues casts the valueString into the real type. |
public void | characters(char[] ch, int start, int end) The method characters handles the text-elements. |
public void | endDocument() ... |
public void | endElement(String namespaceURI, String localName, String rawName) The method endElement handles all endElements. |
public void | endPrefixMapping(String prefix) |
protected void | handleMemberEndElement() The method handleMemberEndElement gets the finished MemberElement and the value
from the stack and put it in the object. |
protected void | handleMemberStartElement(Attributes atts) The method handleMemberStartElement creates a MemberElement
and put it the stack. |
protected void | handleObjEndElement() The method handleObjEndElement gets the finished Object from the stack. |
protected void | handleObjStartElement(Attributes atts) The method handleObjStartElement creates a new object
and put it in the stack. |
protected void | handleOzoneProxyMember(Attributes atts) This methode handles an OzoneProxy member. |
protected void | handleSuperclassEndElement() The method handleSuperclassEndElement pop the superclass in the stack. |
protected void | handleSuperclassStartElement(Attributes atts) The method handleSuperclassStartElement creates a SuperclassElement
and put into the stack. |
protected void | handleValueArrayEndElement() The method handleValueArrayEndElement joins the values to an array. |
protected void | handleValueArrayStartElement(Attributes atts) The method handleValueArrayStartElement creates a ValueArrayElement
and put it in the stack. |
protected void | handleValueEndElement() The method handleValueEndElement gets the ValueElement from the stack. |
protected void | handleValueObjEndElement() |
protected void | handleValueObjStartElement(Attributes atts) The method handleValueObjStartElement creates a ValueObjElement
and put it in the stack. |
protected void | handleValueStartElement(Attributes atts) The method handleValueStartElement creates a ValueElement
and put it the stack. |
public void | handleValues(char[] ch, int start, int end) The method handleValues gets the ValueElement from the stack. |
public void | ignorableWhitespace(char[] ch, int start, int end) |
protected void | memberEndElement() The method memberEndElement refers to handleMemberEndElement. |
protected void | memberStartElement(Attributes atts) The method memberStartElement refers to handleMemberStartElement. |
protected void | objEndElement() The method objEndElement refers to handleObjEndElement. |
protected void | objStartElement(Attributes atts) The method objStartElement refers to handleObjStartElement. |
public void | processingInstruction(String target, String data) |
public void | setDocumentLocator(Locator locator) The method setDocumentLocator sets the locator. |
protected void | showStack(Stack s) |
public void | skippedEntity(String name) |
public void | startDocument() ... |
public void | startElement(String namespaceURI, String localName, String rawName, Attributes atts) The method startElement handels all startElements. |
public void | startPrefixMapping(String prefix, String uri) |
protected void | superclassEndElement() The method superclassEndElement refers to handleSuperclassEndElement. |
protected void | superclassStartElement(Attributes atts) The method superclassStartElement refers to handleSuperclassStartElement. |
protected void | valueArrayEndElement() The method valueArrayEndElement refers to handleValueArrayEndElement. |
protected void | valueArrayStartElement(Attributes atts) The method valueArrayStartElement refers to handleValueArrayStartElement. |
protected void | valueEndElement() The method valueEndElement refers to handleValueEndElement. |
protected void | valueObjEndElement() The method valueObjEndElement refers to handleValueObjEndElement. |
protected void | valueObjStartElement(Attributes atts) The method valueObjStartElement refers to handleValueObjStartElement. |
protected void | valueStartElement(Attributes atts) The method valueStartElement refers to handleValueStartElement. |
protected void | values(char[] ch, int start, int end) The method values refers to handleValues. |