Class WEntityDeclaration

    • Constructor Detail

      • WEntityDeclaration

        public WEntityDeclaration​(Location loc)
    • Method Detail

      • getEventType

        public int getEventType()
        Specified by:
        getEventType in interface XMLEvent
        Specified by:
        getEventType in class org.codehaus.stax2.ri.evt.BaseEventImpl
      • writeUsing

        public void writeUsing​(org.codehaus.stax2.XMLStreamWriter2 w)
                        throws XMLStreamException
        This method does not make much sense for this event type -- the reason being that the entity declarations can only be written as part of a DTD (internal or external subset), not separately. Can basically choose to either skip silently (output nothing), or throw an exception.
        Specified by:
        writeUsing in interface org.codehaus.stax2.evt.XMLEvent2
        Specified by:
        writeUsing in class org.codehaus.stax2.ri.evt.BaseEventImpl
        Throws:
        XMLStreamException
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in class org.codehaus.stax2.ri.evt.BaseEventImpl
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class org.codehaus.stax2.ri.evt.BaseEventImpl