|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
PageBoxLib.FixHandler
SAX handler for fixinfo.xml.
alexis.grandemange@pagebox.net
Copyright (c) 2002-2004 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
| Field Summary | |
private java.lang.String |
arch
Archive name |
private java.lang.StringBuffer |
data
Element data |
private FixInfo |
fi
Information about a fixed PageBox |
private java.lang.String |
PageBoxURL
URL of the DeployIF Web service of this PageBox |
private java.util.HashMap |
repositories
Key: Repository URL Value: FixInfo object |
private java.lang.String |
repURL
Repository URL |
private java.lang.Integer |
status
Archive deployment status: statusOK or statusARCHPB |
(package private) static java.lang.Integer |
statusARCHPB
OK status |
(package private) static java.lang.Integer |
statusOK
OK status |
| Constructor Summary | |
FixHandler()
|
|
| Method Summary | |
void |
characters(char[] buf,
int offset,
int len)
Method called to handle characters in elements. |
void |
endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
Method called at the end of an element. |
java.lang.String |
getPageBoxURL()
|
java.util.HashMap |
getRepositories()
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Method called at the beginning of an element. |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.StringBuffer data
private java.lang.String repURL
private FixInfo fi
private java.lang.String PageBoxURL
private java.lang.String arch
private java.lang.Integer status
static final java.lang.Integer statusOK
static final java.lang.Integer statusARCHPB
private java.util.HashMap repositories
| Constructor Detail |
public FixHandler()
| Method Detail |
public java.util.HashMap getRepositories()
public java.lang.String getPageBoxURL()
public void startElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
namespaceURI - name spacesName - simple nameqName - qualified nameattrs - attributes
org.xml.sax.SAXException
public void endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
throws org.xml.sax.SAXException
namespaceURI - name spacesName - simple nameqName - qualified name
org.xml.sax.SAXException
public void characters(char[] buf,
int offset,
int len)
throws org.xml.sax.SAXException
buf - char bufferoffset - first char offset in buflen - number of chars
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||