org.apache.poi.xwpf.converter.xhtml.internal
Class EmptyAttributes

java.lang.Object
  extended by org.apache.poi.xwpf.converter.xhtml.internal.EmptyAttributes
All Implemented Interfaces:
Attributes

public class EmptyAttributes
extends Object
implements Attributes


Field Summary
static Attributes INSTANCE
           
 
Constructor Summary
EmptyAttributes()
           
 
Method Summary
 int getIndex(String arg0)
           
 int getIndex(String arg0, String arg1)
           
 int getLength()
           
 String getLocalName(int arg0)
           
 String getQName(int arg0)
           
 String getType(int arg0)
           
 String getType(String arg0)
           
 String getType(String arg0, String arg1)
           
 String getURI(int arg0)
           
 String getValue(int arg0)
           
 String getValue(String arg0)
           
 String getValue(String arg0, String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Attributes INSTANCE
Constructor Detail

EmptyAttributes

public EmptyAttributes()
Method Detail

getIndex

public int getIndex(String arg0)
Specified by:
getIndex in interface Attributes

getIndex

public int getIndex(String arg0,
                    String arg1)
Specified by:
getIndex in interface Attributes

getLength

public int getLength()
Specified by:
getLength in interface Attributes

getLocalName

public String getLocalName(int arg0)
Specified by:
getLocalName in interface Attributes

getQName

public String getQName(int arg0)
Specified by:
getQName in interface Attributes

getType

public String getType(int arg0)
Specified by:
getType in interface Attributes

getType

public String getType(String arg0)
Specified by:
getType in interface Attributes

getType

public String getType(String arg0,
                      String arg1)
Specified by:
getType in interface Attributes

getURI

public String getURI(int arg0)
Specified by:
getURI in interface Attributes

getValue

public String getValue(int arg0)
Specified by:
getValue in interface Attributes

getValue

public String getValue(String arg0)
Specified by:
getValue in interface Attributes

getValue

public String getValue(String arg0,
                       String arg1)
Specified by:
getValue in interface Attributes


Copyright © 2013. All rights reserved.