mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
formatting
Conflicts: src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java
This commit is contained in:
parent
cf76b17a70
commit
30f1d65b89
7 changed files with 24 additions and 24 deletions
|
@ -123,7 +123,7 @@ public class OPDSXMLReader extends ATOMXMLReader<OPDSFeedMetadata,OPDSEntry> {
|
||||||
myPriceCurrency = attributes.getValue("currencycode");
|
myPriceCurrency = attributes.getValue("currencycode");
|
||||||
myState = FEL_PRICE;
|
myState = FEL_PRICE;
|
||||||
return false;
|
return false;
|
||||||
} if (ns == XMLNamespaces.DublinCoreTerms && tag == DC_TAG_FORMAT) {
|
} else if (ns == XMLNamespaces.DublinCoreTerms && tag == DC_TAG_FORMAT) {
|
||||||
myState = FEL_FORMAT;
|
myState = FEL_FORMAT;
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -453,10 +453,10 @@ mainSwitchLabel:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
currentNamespaceMap = null;
|
currentNamespaceMap = null;
|
||||||
}
|
|
||||||
state = TEXT;
|
state = TEXT;
|
||||||
startPosition = i + 1;
|
startPosition = i + 1;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case '/':
|
case '/':
|
||||||
state = SLASH;
|
state = SLASH;
|
||||||
if (processFullTag(xmlReader, convertToString(strings, tagName), attributes)) {
|
if (processFullTag(xmlReader, convertToString(strings, tagName), attributes)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue