Class AttrNameValue
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.fuzzyml.AttrNameValue
-
public class AttrNameValue extends java.lang.Object
This class represents a name/value pair from an XML/HTML attribute.
-
-
Constructor Summary
Constructors Constructor Description AttrNameValue(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
-