Package com.hp.gagawa.java
Class GagawaAccessor
- java.lang.Object
-
- com.hp.gagawa.java.GagawaAccessor
-
public final class GagawaAccessor extends Object
Workaround to access protected objects from Gagawa, to work around bugs or missing features.
-
-
Constructor Summary
Constructors Constructor Description GagawaAccessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<com.hp.gagawa.java.attributes.Attribute>
getAttributes(com.hp.gagawa.java.Node node)
Gets the list with all attributes of a node.static String
getTag(com.hp.gagawa.java.Node node)
Gets the tag name of a node.
-
-
-
Method Detail
-
getAttributes
public static List<com.hp.gagawa.java.attributes.Attribute> getAttributes(com.hp.gagawa.java.Node node)
Gets the list with all attributes of a node.- Parameters:
node
- Node with attributes to access.- Returns:
- The attribute list of the node.
-
getTag
public static String getTag(com.hp.gagawa.java.Node node)
Gets the tag name of a node.- Parameters:
node
- Node with a tag.- Returns:
- The tag name of the node.
-
-