Tabnine Logo
Scanner.scanAtRule
Code IndexAdd Tabnine to your IDE (free)

How to use
scanAtRule
method
in
org.apache.batik.css.parser.Scanner

Best Java code snippets using org.apache.batik.css.parser.Scanner.scanAtRule (Showing top 3 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Parses an unknown rule.
 */
protected void parseAtRule() {
  scanner.scanAtRule();
  documentHandler.ignorableAtRule(scanner.getStringValue());
  nextIgnoreSpaces();
}
origin: apache/batik

/**
 * Parses an unknown rule.
 */
protected void parseAtRule() {
  scanner.scanAtRule();
  documentHandler.ignorableAtRule(scanner.getStringValue());
  nextIgnoreSpaces();
}
origin: org.apache.xmlgraphics/batik-css

/**
 * Parses an unknown rule.
 */
protected void parseAtRule() {
  scanner.scanAtRule();
  documentHandler.ignorableAtRule(scanner.getStringValue());
  nextIgnoreSpaces();
}
org.apache.batik.css.parserScannerscanAtRule

Javadoc

Scans a @rule value. This method assumes that the current lexical unit is a at keyword.

Popular methods of Scanner

  • <init>
    Creates a new Scanner object.
  • clearBuffer
    Clears the buffer.
  • close
    Closes the underlying stream used by the scanner.
  • dotNumber
    Scans the decimal part of a number.
  • endGap
    Returns the end gap of the current lexical unit.
  • escape
    Scans an escape sequence, if one.
  • getColumn
    Returns the current column.
  • getLine
    Returns the current line.
  • getStringValue
    Returns the string representation of the current lexical unit.
  • getType
    The current lexical unit type like defined in LexicalUnits.
  • isEqualIgnoreCase
    Compares the given int with the given character, ignoring case.
  • next
    Returns the next token.
  • isEqualIgnoreCase,
  • next,
  • nextChar,
  • nextToken,
  • number,
  • numberUnit,
  • string1,
  • string2

Popular in Java

  • Making http post requests using okhttp
  • putExtra (Intent)
  • setScale (BigDecimal)
  • startActivity (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JFrame (javax.swing)
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now