edu.ucsb.nceas.metaedit
Class DocumentTypeInfo
java.lang.Object
|
+--edu.ucsb.nceas.metaedit.DocumentTypeInfo
- public class DocumentTypeInfo
- extends java.lang.Object
Stores information related to the document type in a consolidated structure.
- Version:
- 0.9Beta
- Author:
- Matthew Jones, Zheng Wang, Rudolf Nottrott
Constructor Summary |
DocumentTypeInfo(java.lang.String name,
java.lang.String descr,
java.lang.String url,
java.lang.String root)
Constructor that initializes all document type information fields
to the passed in values. |
DocumentTypeInfo(java.lang.String name,
java.lang.String descr,
java.lang.String url,
java.lang.String root,
java.lang.String pubID)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
documentTypeName
public java.lang.String documentTypeName
- The label used to name and access the document type.
documentTypeDescription
public java.lang.String documentTypeDescription
- A more verbose description of the document type.
documentTypeURL
public java.lang.String documentTypeURL
- The file or network location of the document DTD.
documentTypeRoot
public java.lang.String documentTypeRoot
- The root element of the document type.
documentPublicID
public java.lang.String documentPublicID
- The Public ID for the document
DocumentTypeInfo
public DocumentTypeInfo(java.lang.String name,
java.lang.String descr,
java.lang.String url,
java.lang.String root)
- Constructor that initializes all document type information fields
to the passed in values.
- Parameters:
name
- The label used to name and access the document type.descr
- A more verbose description of the document type.url
- The file or network location of the document DTD.root
- The root element of the document type.
DocumentTypeInfo
public DocumentTypeInfo(java.lang.String name,
java.lang.String descr,
java.lang.String url,
java.lang.String root,
java.lang.String pubID)
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.