org.apache.xerces.impl.dtd
Class XMLNotationDecl

java.lang.Object
  extended by org.apache.xerces.impl.dtd.XMLNotationDecl

public class XMLNotationDecl
extends Object

Version:
$Id: XMLNotationDecl.java 446755 2006-09-15 21:56:27Z mrglavas $

Field Summary
 String baseSystemId
          base systemId
 String name
          name
 String publicId
          publicId
 String systemId
          systemId
 
Constructor Summary
XMLNotationDecl()
           
 
Method Summary
 void clear()
          clear
 void setValues(String name, String publicId, String systemId, String baseSystemId)
          setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
name


publicId

public String publicId
publicId


systemId

public String systemId
systemId


baseSystemId

public String baseSystemId
base systemId

Constructor Detail

XMLNotationDecl

public XMLNotationDecl()
Method Detail

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId)
setValues

Parameters:
name -
publicId -
systemId -

clear

public void clear()
clear



Copyright © 2011. All Rights Reserved.