Class XMLChecker

java.lang.Object
org.znerd.xmlenc.XMLChecker

public final class XMLChecker extends Object
Utility class that provides XML checking functionality.
Since:
xmlenc 0.41
Version:
$Revision: 1.11 $ $Date: 2005/09/12 08:40:02 $
Author:
Ernst de Haan (wfe.dehaan@gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
    checkName(char[] ch, int start, int length)
    Checks if the specified part of a character array matches the Name production.
    static final void
    Checks if the specified string matches the Name production.
    static final void
    checkPubidLiteral(char[] ch, int start, int length)
    Checks if the specified part of a character array matches the PubidLiteral production.
    static final void
    Checks if the specified string matches the PubidLiteral production.
    static final void
    checkS(char[] ch, int start, int length)
    Checks if the specified part of a character array matches the S (white space) production.
    static final void
    Checks if the specified string matches the S (white space) production.
    static final void
    checkSystemLiteral(char[] ch, int start, int length)
    Checks if the specified part of a character array matches the SystemLiteral production.
    static final void
    Checks if the specified string matches the SystemLiteral production.
    static final boolean
    Determines if the specified string matches the Name production.
    static final boolean
    Determines if the specified string matches the PubidLiteral production.
    static final boolean
    Determines if the specified string matches the SystemLiteral production.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait