Class XmlParseTEI


  • public class XmlParseTEI
    extends javax.servlet.jsp.tagext.TagExtraInfo

    An implementation of TagExtraInfo that implements validation for 's attributes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String SCOPE  
      private static java.lang.String SCOPE_DOM  
      private static java.lang.String VAR  
      private static java.lang.String VAR_DOM  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlParseTEI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid​(javax.servlet.jsp.tagext.TagData us)  
      • Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo

        getTagInfo, getVariableInfo, setTagInfo, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlParseTEI

        public XmlParseTEI()
    • Method Detail

      • isValid

        public boolean isValid​(javax.servlet.jsp.tagext.TagData us)
        Overrides:
        isValid in class javax.servlet.jsp.tagext.TagExtraInfo