© 2005 BEA Systems, Inc.

com.bea.p13n.content.document.ref.loader
Class MetaParser

java.lang.Object
  extended bycom.bea.p13n.content.document.ref.loader.MetaParser
All Implemented Interfaces:
LoaderFilter

Deprecated. moved to com.bea.p13n.util.MetaParser

public class MetaParser
extends Object
implements LoaderFilter

See Also:
MetaParser

Constructor Summary
MetaParser()
          Deprecated.  
 
Method Summary
static String determineEncoding(BufferedReader reader)
          Deprecated. moved to com.bea.p13n.util.MetaParser
static String determineEncoding(File f, String encoding)
          Deprecated. moved to com.bea.p13n.util.MetaParser
static Properties load(BufferedReader reader, Properties p)
          Deprecated. moved to com.bea.p13n.util.MetaParser
static Properties load(File f, Properties p)
          Deprecated. moved to com.bea.p13n.util.MetaParser
static Properties load(File f, Properties p, String enc)
          Deprecated. moved to com.bea.p13n.util.MetaParser
 void loadProperties(File f, Properties p, BulkLoader loader)
          Deprecated.  
static BufferedReader open(File f, String encoding)
          Deprecated. moved to com.bea.p13n.util.MetaParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaParser

public MetaParser()
Deprecated. 
Method Detail

determineEncoding

public static final String determineEncoding(BufferedReader reader)
                                      throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

determineEncoding

public static final String determineEncoding(File f,
                                             String encoding)
                                      throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

load

public static Properties load(BufferedReader reader,
                              Properties p)
                       throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

load

public static Properties load(File f,
                              Properties p)
                       throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

load

public static Properties load(File f,
                              Properties p,
                              String enc)
                       throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

loadProperties

public void loadProperties(File f,
                           Properties p,
                           BulkLoader loader)
Deprecated.  

Invoke as a LoaderFilter.

Specified by:
loadProperties in interface LoaderFilter

open

public static final BufferedReader open(File f,
                                        String encoding)
                                 throws IOException
Deprecated. moved to com.bea.p13n.util.MetaParser

Throws:
IOException
See Also:
MetaParser

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved