Class XhtmlElementType


  • public class XhtmlElementType
    extends java.lang.Object
    The type for an element holding child nodes.
    Created on: Jun 17, 2008
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Object> any  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> getChildNodes()  
      • Methods inherited from class java.lang.Object

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

      • any

        protected java.util.List<java.lang.Object> any
    • Constructor Detail

      • XhtmlElementType

        public XhtmlElementType()
    • Method Detail

      • getChildNodes

        public java.util.List<java.lang.Object> getChildNodes()