INRIA & FluxMedia

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

Field Summary
(package private)  String iAttributeName
          The name of the element
(package private)  String iElementName
          The name of the attribute
 
Constructor Summary
RemAtt(String pElementName, String pAttributeName)
          The constructor
 
Method Summary
 String getAttributeName()
          get the name of the attribute
 String getElementName()
          Get the name of the element
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iElementName

String iElementName
The name of the attribute

iAttributeName

String iAttributeName
The name of the element
Constructor Detail

RemAtt

public RemAtt(String pElementName,
              String pAttributeName)
The constructor
Method Detail

getElementName

public final String getElementName()
Get the name of the element

getAttributeName

public final String getAttributeName()
get the name of the attribute

INRIA & FluxMedia

...