org.jboss.xb.binding.sunday.unmarshalling
Class NonElementPosition
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AbstractPosition
org.jboss.xb.binding.sunday.unmarshalling.NonElementPosition
public abstract class NonElementPosition
- extends AbstractPosition
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
Fields inherited from class org.jboss.xb.binding.sunday.unmarshalling.AbstractPosition |
ended, handler, log, next, notSkippedParent, o, occurrence, parentType, particle, previous, qName, repeatableHandler, repeatableParticleValue, skip, stack, term, trace |
Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.AbstractPosition |
endRepeatableParticle, getLastNotSkipped, getParticle, getPrevious, getRepeatableParticleValue, getValue, initHandler, initValue, isEnded, nextPosition, resetTrace, setParent, setStack, startRepeatableParticle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonElementPosition
protected NonElementPosition(QName name,
ParticleBinding particle,
AbstractPosition next)
isElement
public boolean isElement()
- Overrides:
isElement
in class AbstractPosition
characters
public void characters(char[] ch,
int start,
int length)
- Specified by:
characters
in class AbstractPosition
endParticle
public void endParticle()
- Specified by:
endParticle
in class AbstractPosition
repeatForChild
public void repeatForChild(Attributes atts)
- Specified by:
repeatForChild
in class AbstractPosition
startParticle
public ElementPosition startParticle(QName startName,
Attributes atts)
- Specified by:
startParticle
in class AbstractPosition
nextNotFound
protected void nextNotFound()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.