Package com.yahoo.vespaxmlparser
Class VespaXMLUpdateReader
java.lang.Object
com.yahoo.vespaxmlparser.VespaXMLReader
com.yahoo.vespaxmlparser.VespaXMLFieldReader
com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- All Implemented Interfaces:
DocumentUpdateReader
,FieldReader
,com.yahoo.vespa.objects.Deserializer
-
Constructor Summary
ConstructorDescriptionVespaXMLUpdateReader
(InputStream stream, DocumentTypeManager docTypeManager) VespaXMLUpdateReader
(String fileName, DocumentTypeManager docTypeManager) VespaXMLUpdateReader
(XMLStreamReader reader, DocumentTypeManager docTypeManager) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
read
(DocumentUpdate update) void
read
(AddFieldPathUpdate update) void
read
(AssignFieldPathUpdate update) void
read
(FieldPathUpdate update) void
read
(RemoveFieldPathUpdate update) void
read
(FieldUpdate update) Methods inherited from class com.yahoo.vespaxmlparser.VespaXMLFieldReader
getByte, getBytes, getDocumentTypeManager, getDouble, getFloat, getInt, getLong, getShort, getString, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, readDocumentId, readDocumentType
Methods inherited from class com.yahoo.vespaxmlparser.VespaXMLReader
isBase64EncodedElement, isBase64EncodingAttribute, newDeserializeException, newException, skipToEnd
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.yahoo.document.serialization.DocumentUpdateReader
readDocumentId, readDocumentType
-
Constructor Details
-
VespaXMLUpdateReader
- Throws:
Exception
-
VespaXMLUpdateReader
public VespaXMLUpdateReader(InputStream stream, DocumentTypeManager docTypeManager) throws Exception - Throws:
Exception
-
VespaXMLUpdateReader
-
-
Method Details
-
getCondition
- Overrides:
getCondition
in classVespaXMLFieldReader
-
hasFieldPath
public boolean hasFieldPath() -
read
- Specified by:
read
in interfaceDocumentUpdateReader
-
read
- Specified by:
read
in interfaceDocumentUpdateReader
-
read
- Specified by:
read
in interfaceDocumentUpdateReader
-
read
- Specified by:
read
in interfaceDocumentUpdateReader
-
read
- Specified by:
read
in interfaceDocumentUpdateReader
-
read
- Specified by:
read
in interfaceDocumentUpdateReader
-