Xindice API
version 1.1

org.apache.xindice.core.meta.inline
Class ResourceTypeReader

java.lang.Object
  |
  +--org.apache.xindice.core.meta.inline.ResourceTypeReader
All Implemented Interfaces:
InlineMetaReader

public class ResourceTypeReader
extends Object
implements InlineMetaReader

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Inner Class Summary
static class ResourceTypeReader.ResourceTypeMap
          A simple and efficient Map implementation that holds the attributes available from a ResourceType header.
 
Field Summary
static Integer BINARY
           
static Integer XML
           
 
Constructor Summary
ResourceTypeReader()
           
 
Method Summary
 int getVersion()
          The second byte of the header contains the version.
 InlineMetaMap read(Value data)
          When a header is read, it generates a Map containing the attributes carried by the header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML

public static final Integer XML

BINARY

public static final Integer BINARY
Constructor Detail

ResourceTypeReader

public ResourceTypeReader()
Method Detail

getVersion

public int getVersion()
Description copied from interface: InlineMetaReader
The second byte of the header contains the version. The reader which is called to read the header is determined by the version.
Specified by:
getVersion in interface InlineMetaReader
See Also:
InlineMetaReader.getVersion()

read

public InlineMetaMap read(Value data)
                   throws InlineMetaException
Description copied from interface: InlineMetaReader
When a header is read, it generates a Map containing the attributes carried by the header.
Specified by:
read in interface InlineMetaReader
See Also:
InlineMetaReader.read(Value)

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.