Package org.apache.fop.fo.flow
Class Marker.MarkerAttribute
java.lang.Object
org.apache.fop.fo.flow.Marker.MarkerAttribute
- Enclosing class:
Marker
Convenience inner class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMarkerAttribute(String namespace, String qname, String name, String value) Main constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanprivate static Marker.MarkerAttributegetInstance(String namespace, String qname, String name, String value) Convenience method, reduces the number of distinct MarkerAttribute instancesinthashCode()
-
Field Details
-
CACHE
-
namespace
namespace -
qname
qualfied name -
name
local name -
value
value
-
-
Constructor Details
-
MarkerAttribute
Main constructor- Parameters:
namespace- the namespace URIqname- the qualified namename- the namevalue- the value
-
-
Method Details
-
getInstance
private static Marker.MarkerAttribute getInstance(String namespace, String qname, String name, String value) Convenience method, reduces the number of distinct MarkerAttribute instances- Parameters:
namespace- the attribute namespaceqname- the fully qualified name of the attributename- the attribute namevalue- the attribute value- Returns:
- the single MarkerAttribute instance corresponding to the name/value-pair
-
hashCode
public int hashCode() -
equals
-