Class Mx1Text
java.lang.Object
com.io7m.montarre.xml.internal.v1.Mx1Text
public final class Mx1Text
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<Object,MText>
A parser.
-
Constructor Summary
ConstructorsConstructorDescriptionMx1Text(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser. -
Method Summary
Modifier and TypeMethodDescriptionvoidonCharacters(com.io7m.blackthorne.core.BTElementParsingContextType context, char[] data, int offset, int length) onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.blackthorne.core.BTElementHandlerType
map, name, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
-
Constructor Details
-
Mx1Text
public Mx1Text(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser.- Parameters:
context- The context
-
-
Method Details
-
onCharacters
public void onCharacters(com.io7m.blackthorne.core.BTElementParsingContextType context, char[] data, int offset, int length) -
onElementStart
public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) -
onElementFinished
-