|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.rewriter.html.neko.XMLAttributesWrapper
XMLAttributesWrapper
Field Summary | |
protected org.apache.xerces.xni.XMLAttributes |
attrs
|
Constructor Summary | |
XMLAttributesWrapper(org.apache.xerces.xni.XMLAttributes attrs)
|
Method Summary | |
int |
addAttribute(org.apache.xerces.xni.QName arg0,
String arg1,
String arg2)
addAttribute |
void |
addAttribute(String name,
Object value)
addAttribute |
boolean |
equals(Object obj)
equals |
org.apache.xerces.xni.Augmentations |
getAugmentations(int arg0)
getAugmentations |
org.apache.xerces.xni.Augmentations |
getAugmentations(String arg0)
getAugmentations |
org.apache.xerces.xni.Augmentations |
getAugmentations(String arg0,
String arg1)
getAugmentations |
int |
getIndex(String arg0)
getIndex |
int |
getIndex(String arg0,
String arg1)
getIndex |
int |
getLength()
getLength |
String |
getLocalName(int arg0)
getLocalName |
void |
getName(int arg0,
org.apache.xerces.xni.QName arg1)
getName |
String |
getNonNormalizedValue(int arg0)
getNonNormalizedValue |
String |
getPrefix(int arg0)
getPrefix |
String |
getQName(int arg0)
getQName |
String |
getType(int arg0)
getType |
String |
getType(String arg0)
getType |
String |
getType(String arg0,
String arg1)
getType |
String |
getURI(int arg0)
getURI |
String |
getValue(int arg0)
getValue |
String |
getValue(String arg0)
getValue |
String |
getValue(String arg0,
String arg1)
getValue |
int |
hashCode()
hashCode |
boolean |
isSpecified(int arg0)
isSpecified |
void |
removeAllAttributes()
removeAllAttributes |
void |
removeAttributeAt(int arg0)
removeAttributeAt |
void |
setAugmentations(int arg0,
org.apache.xerces.xni.Augmentations arg1)
setAugmentations |
void |
setName(int arg0,
org.apache.xerces.xni.QName arg1)
setName |
void |
setNonNormalizedValue(int arg0,
String arg1)
setNonNormalizedValue |
void |
setSpecified(int arg0,
boolean arg1)
setSpecified |
void |
setType(int arg0,
String arg1)
setType |
void |
setValue(int arg0,
String arg1)
setValue |
String |
toString()
toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.apache.xerces.xni.XMLAttributes attrs
Constructor Detail |
public XMLAttributesWrapper(org.apache.xerces.xni.XMLAttributes attrs)
Method Detail |
public int addAttribute(org.apache.xerces.xni.QName arg0, String arg1, String arg2)
addAttribute
arg0
- arg1
- arg2
-
public boolean equals(Object obj)
equals
obj
-
Object.equals(java.lang.Object)
public org.apache.xerces.xni.Augmentations getAugmentations(int arg0)
getAugmentations
arg0
-
public org.apache.xerces.xni.Augmentations getAugmentations(String arg0)
getAugmentations
arg0
-
public org.apache.xerces.xni.Augmentations getAugmentations(String arg0, String arg1)
getAugmentations
arg0
- arg1
-
public int getIndex(String arg0)
getIndex
getIndex
in interface Attributes
arg0
-
public int getIndex(String arg0, String arg1)
getIndex
getIndex
in interface Attributes
arg0
- arg1
-
public int getLength()
getLength
getLength
in interface Attributes
public String getLocalName(int arg0)
getLocalName
getLocalName
in interface Attributes
arg0
-
public void getName(int arg0, org.apache.xerces.xni.QName arg1)
getName
arg0
- arg1
- public String getNonNormalizedValue(int arg0)
getNonNormalizedValue
arg0
-
public String getPrefix(int arg0)
getPrefix
arg0
-
public String getQName(int arg0)
getQName
getQName
in interface Attributes
arg0
-
public String getType(int arg0)
getType
getType
in interface Attributes
arg0
-
public String getType(String arg0)
getType
getType
in interface Attributes
arg0
-
public String getType(String arg0, String arg1)
getType
getType
in interface Attributes
arg0
- arg1
-
public String getURI(int arg0)
getURI
getURI
in interface Attributes
arg0
-
public String getValue(int arg0)
getValue
getValue
in interface Attributes
arg0
-
public String getValue(String arg0)
getValue
getValue
in interface Attributes
arg0
-
public String getValue(String arg0, String arg1)
getValue
getValue
in interface Attributes
arg0
- arg1
-
public int hashCode()
hashCode
Object.hashCode()
public boolean isSpecified(int arg0)
isSpecified
arg0
-
public void removeAllAttributes()
removeAllAttributes
public void removeAttributeAt(int arg0)
removeAttributeAt
arg0
- public void setAugmentations(int arg0, org.apache.xerces.xni.Augmentations arg1)
setAugmentations
arg0
- arg1
- public void setName(int arg0, org.apache.xerces.xni.QName arg1)
setName
arg0
- arg1
- public void setNonNormalizedValue(int arg0, String arg1)
setNonNormalizedValue
arg0
- arg1
- public void setSpecified(int arg0, boolean arg1)
setSpecified
arg0
- arg1
- public void setType(int arg0, String arg1)
setType
arg0
- arg1
- public void setValue(int arg0, String arg1)
setValue
arg0
- arg1
- public String toString()
toString
Object.toString()
public void addAttribute(String name, Object value)
addAttribute
addAttribute
in interface MutableAttributes
name
- value
- MutableAttributes.addAttribute(java.lang.String, java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |