fr.fluxmedia.transmorpher.Parser
Class RemAtt
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Parser.RemAtt
- public final class RemAtt
- extends Object
This is an utily class for the Rematt ruleset
Endeed the ruleset elements mutch be delayed at
the end of modtag element
- Since:
- SAX 2.0 / jdk 1.2 / XALAN 2.0
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
...