Xerces 1.1.2

org.apache.xerces.framework
Interface XMLValidator


public interface XMLValidator


Inner Class Summary
static interface XMLValidator.ContentSpec
           
 
Method Summary
 boolean attributeSpecified(int, XMLAttrList, int, Locator, int)
           
 void characters(char[], int, int)
           
 void characters(int)
           
 int checkContent(int, int, int[])
           
 boolean endElement(int)
           
 boolean externalReferenceInContent(int)
           
 java.lang.String getContentSpecAsString(int)
           
 int getEntityValue(int)
           
 int getParameterEntityValue(int)
           
 java.lang.String getPublicIdOfEntity(int)
           
 java.lang.String getPublicIdOfParameterEntity(int)
           
 java.lang.String getSystemIdOfEntity(int)
           
 java.lang.String getSystemIdOfParameterEntity(int)
           
 void ignorableWhitespace(char[], int, int)
           
 void ignorableWhitespace(int)
           
 boolean isExternalEntity(int)
           
 boolean isExternalParameterEntity(int)
           
 boolean isUnparsedEntity(int)
           
 int lookupEntity(int)
           
 int lookupParameterEntity(int)
           
 void rootElementSpecified(int)
           
 boolean startElement(int, XMLAttrList)
           
 int valueOfReferenceInAttValue(int)
           
 

Method Detail

attributeSpecified

public boolean attributeSpecified(int,
                                  XMLAttrList,
                                  int,
                                  Locator,
                                  int)
                           throws java.lang.Exception

characters

public void characters(int)
                throws java.lang.Exception

characters

public void characters(char[],
                       int,
                       int)
                throws java.lang.Exception

checkContent

public int checkContent(int,
                        int,
                        int[])
                 throws java.lang.Exception

endElement

public boolean endElement(int)
                   throws java.lang.Exception

externalReferenceInContent

public boolean externalReferenceInContent(int)
                                   throws java.lang.Exception

getContentSpecAsString

public java.lang.String getContentSpecAsString(int)

getEntityValue

public int getEntityValue(int)
                   throws java.lang.Exception

getParameterEntityValue

public int getParameterEntityValue(int)
                            throws java.lang.Exception

getPublicIdOfEntity

public java.lang.String getPublicIdOfEntity(int)
                                     throws java.lang.Exception

getPublicIdOfParameterEntity

public java.lang.String getPublicIdOfParameterEntity(int)
                                              throws java.lang.Exception

getSystemIdOfEntity

public java.lang.String getSystemIdOfEntity(int)
                                     throws java.lang.Exception

getSystemIdOfParameterEntity

public java.lang.String getSystemIdOfParameterEntity(int)
                                              throws java.lang.Exception

ignorableWhitespace

public void ignorableWhitespace(int)
                         throws java.lang.Exception

ignorableWhitespace

public void ignorableWhitespace(char[],
                                int,
                                int)
                         throws java.lang.Exception

isExternalEntity

public boolean isExternalEntity(int)
                         throws java.lang.Exception

isExternalParameterEntity

public boolean isExternalParameterEntity(int)
                                  throws java.lang.Exception

isUnparsedEntity

public boolean isUnparsedEntity(int)
                         throws java.lang.Exception

lookupEntity

public int lookupEntity(int)
                 throws java.lang.Exception

lookupParameterEntity

public int lookupParameterEntity(int)
                          throws java.lang.Exception

rootElementSpecified

public void rootElementSpecified(int)
                          throws java.lang.Exception

startElement

public boolean startElement(int,
                            XMLAttrList)
                     throws java.lang.Exception

valueOfReferenceInAttValue

public int valueOfReferenceInAttValue(int)
                               throws java.lang.Exception

Xerces 1.1.2