public static class SAXEventSerializer.AttributeValueHolder extends Object implements Comparable
String
localName
qName
type
uri
value
AttributeValueHolder(String qName, String localName, String uri, String type, String value)
int
compareTo(Object o)
boolean
equals(Object o)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final String qName
public final String localName
public final String uri
public final String type
public final String value
public AttributeValueHolder(String qName, String localName, String uri, String type, String value)
public int compareTo(Object o)
compareTo
Comparable
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2015 Oracle Corpration. All rights reserved.