+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.resolver.xml
Interface DocumentTypeDefinition

public interface DocumentTypeDefinition

Since:
8.0

Method Summary
 java.util.Map<java.lang.String,? extends java.lang.String> getAttributes(java.lang.String element)
          Return a map of attributes for an element, where the key is the attribute name and the value the attribute type
 java.util.Set<java.lang.String> getElements()
          Return a set of element names
 java.util.Map<java.lang.String,? extends java.lang.String> getEntities()
          Return the map of entity references
 java.lang.String getPublicId()
          Gets the public identifier for the DTD
 java.lang.String getSystemId()
          Gets the system identifier for the DTD
 

Method Detail

getAttributes

java.util.Map<java.lang.String,? extends java.lang.String> getAttributes(java.lang.String element)
Returns a map of attributes for an element, where the key is the attribute name and the value the attribute type

Parameters:
element - element name
Returns:
the attributes for the element

getElements

java.util.Set<java.lang.String> getElements()
Returns a set of element names

Returns:
the element names

getEntities

java.util.Map<java.lang.String,? extends java.lang.String> getEntities()
Returns the map of entity references

Returns:
the entity references

getPublicId

java.lang.String getPublicId()
Gets the public identifier for the DTD

Returns:
the public identifier

getSystemId

java.lang.String getSystemId()
Gets the system identifier for the DTD

Returns:
the system identifier
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD