Package com.googlecode.html

Examples of com.googlecode.html.HTMLEventInfo$SynthesizedItem


   // XMLDocumentHandler methods
   //

   /** Returns true if the information provided is synthesized. */
   protected static boolean synthesized(Augmentations augs) {
      HTMLEventInfo info = (HTMLEventInfo) augs.getItem(AUGMENTATIONS);
      return info != null ? info.isSynthesized() : false;
   } // synthesized(Augmentations):boolean
View Full Code Here

TOP

Related Classes of com.googlecode.html.HTMLEventInfo$SynthesizedItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.