fr.fluxmedia.transmorpher.Parser
Class RemAtt
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Parser.RemAtt
- public final class RemAtt
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
iElementName
String iElementName
- The name of the attribute
iAttributeName
String iAttributeName
- The name of the element
RemAtt
public RemAtt(String pElementName,
String pAttributeName)
- The constructor
getElementName
public final String getElementName()
- Get the name of the element
getAttributeName
public final String getAttributeName()
- get the name of the attribute
...