BEA Systems, Inc.


weblogic.xml.stream
Interface StartDocument


public interface StartDocument
extends XMLEvent

An interface for the start document event

Version:
1.0
See Also:
XMLEvent

Fields inherited from class weblogic.xml.stream.XMLEvent
CHANGE_PREFIX_MAPPING, CHARACTER_DATA, COMMENT, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, ENTITY_REFERENCE, NULL_ELEMENT, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING, XML_EVENT
 
Method Summary
 java.lang.String getCharacterEncodingScheme()
           
 java.lang.String getSystemId()
           
 java.lang.String getVersion()
           
 boolean isStandalone()
           
 
Methods inherited from interface weblogic.xml.stream.XMLEvent
getLocation, getName, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping
 

Method Detail

getSystemId

public java.lang.String getSystemId()


getCharacterEncodingScheme

public java.lang.String getCharacterEncodingScheme()


isStandalone

public boolean isStandalone()


getVersion

public java.lang.String getVersion()


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference